Merge pull request #1073 from Nathanpmyoung/patch-2

Correct spelling error in "quantile section"
This commit is contained in:
Ozzie Gooen 2022-09-05 07:31:06 -07:00 committed by GitHub
commit 6a38d6c0bf
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
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.