Gaussian Distribution#
This class internally utilizes the following functions from utilities_d module:
gaussian_pdf_()gaussian_cdf_()
Recommended Import#
from pymultifit.distributions import GaussianDistribution
Full Import#
from pymultifit.distributions.gaussian_d import GaussianDistribution