Correct spelling error

This commit is contained in:
Nathanpmyoung 2022-09-05 13:18:01 +01:00 committed by GitHub
parent 65e083eda2
commit 6ea94b0c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@ or all values lower than x. It is the inverse of `quantile`.
### 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 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.