mctad.sampleStandardDeviation() accepts an Array of Numbers assumed to be a sample and returns their standard deviation as a Number. It is simply the square root of mctad.sampleVariance(). More at the Wikipedia article.
mctad.sampleStandardDeviation()
mctad.sampleVariance()
Sample Standard Deviation
mctad.sampleStandardDeviation()
accepts an Array of Numbers assumed to be a sample and returns their standard deviation as a Number. It is simply the square root ofmctad.sampleVariance()
. More at the Wikipedia article.