StdDev-func
Calculate the sample Standard Deviation.
sum(vd)_sd
double StdDev(dataset vd)
double StDev.s(dataset vd)
vd
Return the Sample Standard Deviation.
EX1
double ee=StdDev(col(A)); ee=;
EX2
//calculate first 10 rows in column A StDev.s(col(A)[1:10])=;
StdDevP/StDev.p