Kaydet (Commit) 35866737 authored tarafından Ned Deily's avatar Ned Deily

Issue #19304: Fix typos noted by Claudiu Popa.

üst f5e987bb
...@@ -313,7 +313,7 @@ mean. ...@@ -313,7 +313,7 @@ mean.
If the optional second argument *mu* is given, it should be the mean If the optional second argument *mu* is given, it should be the mean
of *data*. If it is missing or None (the default), the mean is of *data*. If it is missing or None (the default), the mean is
automatically caclulated. automatically calculated.
Use this function to calculate the variance from the entire population. Use this function to calculate the variance from the entire population.
To estimate the variance from a sample, the :func:`variance` function is To estimate the variance from a sample, the :func:`variance` function is
...@@ -397,7 +397,7 @@ a small variance indicates it is clustered closely around the mean. ...@@ -397,7 +397,7 @@ a small variance indicates it is clustered closely around the mean.
If the optional second argument *xbar* is given, it should be the mean If the optional second argument *xbar* is given, it should be the mean
of *data*. If it is missing or None (the default), the mean is of *data*. If it is missing or None (the default), the mean is
automatically caclulated. automatically calculated.
Use this function when your data is a sample from a population. To Use this function when your data is a sample from a population. To
calculate the variance from the entire population, see :func:`pvariance`. calculate the variance from the entire population, see :func:`pvariance`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment