|
SOLUTIONS
|
Mathematica
>
Data Manipulation
>
Statistical Data Analysis
>
Descriptive Statistics
>
StandardDeviation
BUILT-IN MATHEMATICA SYMBOL
StandardDeviation
StandardDeviation[list]
gives the sample standard deviation of the elements in list.
StandardDeviation[dist]
gives the standard deviation of the symbolic distribution dist.
DetailsDetails
- StandardDeviation[list] is equivalent to Sqrt[Variance[list]].
- StandardDeviation handles both numerical and symbolic data.
- StandardDeviation[{{x1, y1, ...}, {x2, y2, ...}, ...}] gives
. - StandardDeviation works with SparseArray objects.
New in 5 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
