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

# Student’s t distribution

Student’s t distribution.

For more information read:

* [scipy.stats.t](https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.t.html)
* [The Student’s t Wikipedia page](https://en.wikipedia.org/wiki/Student%27s_t-distribution)

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