WebCab Probability and Statistics for COM v3.3 Demo

BasicStatistics.SampleStdDeviation Method 

Calculates the sample standard variance of the currently registered data set.

public double SampleStdDeviation();

Remarks

In order to register a new data set invoke the method SetDataSet.

Remark: The units of the Sample Standard Deviation will correspond to the units used by the observations (i.e. the units of the members of the data set). In many instances it is convenient that the units used for the observations corresponds to the units used for a measure of the sets deviations. This differs from the SampleVariance in which the deviation is measured in units which are the squares of the units of the observations.

Exceptions

Exception TypeCondition
StatisticsExceptionThrown if no data set has been registered for the present instance of the class.

See Also

BasicStatistics Class | WebCab.COM.Statistics.Statistics Namespace | Another measure of the deviation of the elements of the data set considered.