1 parent c0fc2bb commit cd05455Copy full SHA for cd05455
1 file changed
examples/statistics/confidence_ellipse.py
@@ -34,9 +34,9 @@
34
#
35
# The radiuses of the ellipse can be controlled by n_std which is the number
36
# 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
+# enclose 98.9% of the points if the data is normally distributed
38
# like in these examples (3 standard deviations in 1-D contain 99.7%
39
-# of the data, which is 99.4% of the data in 2-D).
+# of the data, which is 98.9% of the data in 2-D).
40
41
42
def confidence_ellipse(x, y, ax, n_std=3.0, facecolor='none', **kwargs):
0 commit comments