std

Type: M-File

Group: statistics

Syntax

std([2,3,8,...])

Description

Calculates the standard deviation.

Examples

std([a,b,3,4])
std([3,4,5]) -> 1

See Also

mean, var