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