diff --git a/packages/website/docs/Guides/Functions.mdx b/packages/website/docs/Guides/Functions.mdx index 4e57f23e..98208954 100644 --- a/packages/website/docs/Guides/Functions.mdx +++ b/packages/website/docs/Guides/Functions.mdx @@ -154,9 +154,11 @@ or all values lower than x. It is the inverse of `quantile`. ### Quantile -The `quantile(dist, prob)` gives the value x or which the probability for all values +The `quantile(dist, prob)` gives the value x for which the sum of the probability for all values lower than x is equal to prob. It is the inverse of `cdf`. In the literature, it -is also known as the quantiles function. +is also known as the quantiles function. In the optional `summary stistics` panel which appears +beneath distributions, the numbers beneath 5%, 10%, 25% etc are the quantiles of that distribution +for those precentage values.