Skip to main content

Standard deviation

Computes the standard deviation of a data sample X={x1,...,xn}

s2=1n-1i=1n(xi-x¯)2

where x¯ is the mean of X.

Syntax

standard_deviation(Statistics_data)

Description

Given a data sample X, computes its standard deviation.

statistics.standard_deviation.calc.png