Gaussian (Normal) ================= Data Type: float The Gaussian distribution is a symmetric bell-shaped distribution on the real line. The probability density function is given by .. math:: f\left(x | \mu, \sigma^2 \right) = \frac{1}{\sqrt{2\pi\sigma^2}}e^{-\frac{(x-\mu)^2}{2\sigma^2}}, \; x \in \mathbb{R}. For more info see `Gaussian Distribution `__. GaussianDistribution ----------------------- .. autoclass:: dmx.stats.gaussian.GaussianDistribution :members: :special-members: __init__ GaussianEstimator ------------------- .. autoclass:: dmx.stats.gaussian.GaussianEstimator :members: :special-members: __init__ GaussianSampler ---------------- .. autoclass:: dmx.stats.gaussian.GaussianSampler :members: