> ## 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.

# F-distribution

F-distribution, also known as Snedecor’s F distribution or the Fisher-Snedecor distribution.

For more information read:

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

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