> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Normal distribution

Normal distribution, also called Gaussian, Gauss or Laplace-Gauss distribution.

For more information read:

* [scipy.stats.norm](https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.norm.html)
* [The Normal distribution Wikipedia page](https://en.wikipedia.org/wiki/Normal_distribution)

| [`cdf`](./atoti.stats.normal.cdf#atoti.stats.normal.cdf) | Cumulative distribution function for a normal distribution. |
| -------------------------------------------------------- | ----------------------------------------------------------- |
| [`pdf`](./atoti.stats.normal.pdf#atoti.stats.normal.pdf) | Probability density function for a normal distribution.     |
| [`ppf`](./atoti.stats.normal.ppf#atoti.stats.normal.ppf) | Percent point function for a normal distribution.           |
