StDev Function
Calculation of the standard deviation from the total quantity
Description
The function \(StDev\) calculates the standard deviation from the total amount of data. For a sample use \(SStDev\).
Syntax
StDev (List)
Example
a=[4,6,9,7,9,2,4,6,3]
StDev(a)= 2.36