Skip to content

Commit b9aaad5

Browse files
Update _generator.pyx
1 parent 369dc35 commit b9aaad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/random/_generator.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@ cdef class Generator:
16761676
The variable obtained by summing the squares of `df` independent,
16771677
standard normally distributed random variables:
16781678
1679-
.. math:: Q = \\sum_{i=0}^{\\mathtt{df}} X^2_i
1679+
.. math:: Q = \\sum_{i=1}^{\\mathtt{df}} X^2_i
16801680
16811681
is chi-square distributed, denoted
16821682

0 commit comments

Comments
 (0)