bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757)
This commit is contained in:
parent
95bfc8a11a
commit
8a6cbf8adb
|
@ -681,7 +681,7 @@ of applications in statistics.
|
||||||
the two probability density functions
|
the two probability density functions
|
||||||
<https://www.rasch.org/rmt/rmt101r.htm>`_.
|
<https://www.rasch.org/rmt/rmt101r.htm>`_.
|
||||||
|
|
||||||
.. method:: NormalDist.quantiles()
|
.. method:: NormalDist.quantiles(n=4)
|
||||||
|
|
||||||
Divide the normal distribution into *n* continuous intervals with
|
Divide the normal distribution into *n* continuous intervals with
|
||||||
equal probability. Returns a list of (n - 1) cut points separating
|
equal probability. Returns a list of (n - 1) cut points separating
|
||||||
|
|
Loading…
Reference in New Issue