Functions

pstddev

Supported By

Syntax

[the] pstddev of factor

pstddev ( expression )

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

Example

get pstddev(1,2,3,4)

Description

The pstddev function returns the population 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.

Synonym

stddev

See Also

sstddev, variance