Merge pull request #1073 from Nathanpmyoung/patch-2
Correct spelling error in "quantile section"
This commit is contained in:
commit
6a38d6c0bf
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user