From 6ea94b0c8f2fe93c075c0c939cc69e38394758cb Mon Sep 17 00:00:00 2001 From: Nathanpmyoung Date: Mon, 5 Sep 2022 13:18:01 +0100 Subject: [PATCH] Correct spelling error --- packages/website/docs/Guides/Functions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/website/docs/Guides/Functions.mdx b/packages/website/docs/Guides/Functions.mdx index 4e57f23e..3d4ea93e 100644 --- a/packages/website/docs/Guides/Functions.mdx +++ b/packages/website/docs/Guides/Functions.mdx @@ -154,7 +154,7 @@ 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 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.