Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit69cc51a

Browse files
authored
Merge pull request#21216 from liamtoney/patch-1
DOC: Use correct confidence interval in example prose
2 parentsd64e6b1 +2cf134b commit69cc51a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎examples/statistics/confidence_ellipse.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
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-
# enclose99.4% of the points if the data is normally distributed
37+
# enclose98.9% of the points if the data is normally distributed
3838
# like in these examples (3 standard deviations in 1-D contain 99.7%
39-
# of the data, which is99.4% of the data in 2-D).
39+
# of the data, which is98.9% of the data in 2-D).
4040

4141

4242
defconfidence_ellipse(x,y,ax,n_std=3.0,facecolor='none',**kwargs):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp