Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Mathematica > Descriptive Statistics >

StandardDeviation

Updated In 6 Graphic
StandardDeviation[list]
gives the standard deviation of the elements in list.
StandardDeviation[dist]
gives the standard deviation of the symbolic distribution dist.
  • StandardDeviation[{{x1, y1, ...}, {x2, y2, ...}, ...}] gives {StandardDeviation[{x1, x2, ...}], StandardDeviation[{y1, y2, ...}]}.
Standard deviation of a list of numbers:
In[1]:=
Click for copyable input
Out[1]=
 
Standard deviation of elements in each column:
In[1]:=
Click for copyable input
Out[1]=
 
Standard deviation of a symbolic lognormal distribution:
In[1]:=
Click for copyable input
Out[1]=
New in 5 | Last modified in 6
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team