Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a6cbf8

Browse files
authored
bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757)
1 parent 95bfc8a commit 8a6cbf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/statistics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ of applications in statistics.
681681
the two probability density functions
682682
<https://www.rasch.org/rmt/rmt101r.htm>`_.
683683

684-
.. method:: NormalDist.quantiles()
684+
.. method:: NormalDist.quantiles(n=4)
685685

686686
Divide the normal distribution into *n* continuous intervals with
687687
equal probability. Returns a list of (n - 1) cut points separating

0 commit comments

Comments
 (0)