 Comparison
ComparisonIn[57]:=
![σ[x_] := StandardDeviationMLE[x] ; s[x_] := StandardDeviation[x] ;](../HTMLFiles/DiceStats_74.gif)
In[55]:=

Now find σ and  for the list t.  Make sure you understand the difference: the first is the standard deviation of that population of values.  The second is the best guess for what the standard deviation is for some large population of which
 for the list t.  Make sure you understand the difference: the first is the standard deviation of that population of values.  The second is the best guess for what the standard deviation is for some large population of which  is a sample.  The second one is bigger because we had to guess the mean of the population from the mean of the sample, which makes the result more uncertain.
 is a sample.  The second one is bigger because we had to guess the mean of the population from the mean of the sample, which makes the result more uncertain.
In[59]:=
![{σ[t], s[t]}](../HTMLFiles/DiceStats_78.gif)
Out[59]=

Converted by Mathematica (September 11, 2003)