dotnetCHARTING Send comments on this topic.
StandardDeviation Method
See Also 
dotnetCHARTING Namespace > FinancialEngine Class : StandardDeviation Method



Calculates the sample standard variance of the series's elements values.

Overload List

OverloadDescription
StandardDeviation(String,Series,ElementValue) Calculates the sample standard variance of the series's elements values.  
StandardDeviation(Series,ElementValue) Calculates the sample standard variance of the series's elements values.  
StandardDeviation(String,SeriesCollection,ElementValue) Calculates the sample standard variance of the series's elements values.  
StandardDeviation(SeriesCollection,ElementValue) Calculates the sample standard variance of the series's elements values.  

Remarks

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 Variance in which the deviation is measured in units which are the squares of the units of the observations.

See Also