File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1676,7 +1676,7 @@ cdef class Generator:
1676
1676
The variable obtained by summing the squares of `df` independent,
1677
1677
standard normally distributed random variables:
1678
1678
1679
- .. math:: Q = \\ sum_{i=0 }^{\\ mathtt{df}} X^2_i
1679
+ .. math:: Q = \\ sum_{i=1 }^{\\ mathtt{df}} X^2_i
1680
1680
1681
1681
is chi-square distributed, denoted
1682
1682
Original file line number Diff line number Diff line change @@ -1969,7 +1969,7 @@ cdef class RandomState:
1969
1969
The variable obtained by summing the squares of `df` independent,
1970
1970
standard normally distributed random variables:
1971
1971
1972
- .. math:: Q = \\ sum_{i=0 }^{\\ mathtt{df}} X^2_i
1972
+ .. math:: Q = \\ sum_{i=1 }^{\\ mathtt{df}} X^2_i
1973
1973
1974
1974
is chi-square distributed, denoted
1975
1975
You can’t perform that action at this time.
0 commit comments