StdDev-func
Calculate the sample standard deviation.
double StdDev(dataset vd)
vd
Return the Sample Standard Deviation.
double ee=StdDev(col(A)); ee=;
StdDevP