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

Skip to content

Commit 8285037

Browse files
authored
Change other place where incorrect value appears
Missed this one somehow...
1 parent 8555226 commit 8285037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/statistics/confidence_ellipse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#
3535
# The radiuses of the ellipse can be controlled by n_std which is the number
3636
# of standard deviations. The default value is 3 which makes the ellipse
37-
# enclose 99.4% of the points if the data is normally distributed
37+
# enclose 98.9% of the points if the data is normally distributed
3838
# like in these examples (3 standard deviations in 1-D contain 99.7%
3939
# of the data, which is 98.9% of the data in 2-D).
4040

0 commit comments

Comments
 (0)