Skip to content

Commit 369dc35

Browse files
Update mtrand.pyx
1 parent 20d051a commit 369dc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/random/mtrand.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1969,7 +1969,7 @@ cdef class RandomState:
19691969
The variable obtained by summing the squares of `df` independent,
19701970
standard normally distributed random variables:
19711971
1972-
.. math:: Q = \\sum_{i=0}^{\\mathtt{df}} X^2_i
1972+
.. math:: Q = \\sum_{i=1}^{\\mathtt{df}} X^2_i
19731973
19741974
is chi-square distributed, denoted
19751975

0 commit comments

Comments
 (0)