Functions

sstddev

Supported By

Syntax

[the] sstddev of factor

sstddev ( expression )

Factor and expression yield lists of integers, numbers, or complexes.

Example

get sstddev(1,2,3,4)

Description

The sstddev function returns the sample standard deviation of a list of numeric values passed to it.

If all the values are integers or numbers, a number is returned. If any value is a complex, a complex is returned.

See Also

stddev, svariance