Population Standard Deviation

For a list: Returns the population standard deviation of the list elements. If a frequency list is provided, frequencies are taken into account.

For a matrix: Returns a row vector containing the population standard deviations of each column. If a frequency matrix is provided, frequencies are taken into account.

Syntax

stDevPop(List)
stDevPop(List, Frequency list)
stDevPop(Matrix)
stDevPop(Matrix, Frequency matrix)

Examples

No content found for command: stdevpop