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



Evaluates the z-score (often referred to as the standardized value) of an element series's element values.

Overload List

OverloadDescription
ZScore(String,Series,ElementValue)Evaluates the z-score (often referred to as the standardized value) of an element series's element values.  
ZScore(Series,ElementValue)Evaluates the z-score (often referred to as the standardized value) of an element series's element values.  
ZScore(SeriesCollection,ElementValue)Evaluates the z-score (often referred to as the standardized value) of an element series's element values.  

Remarks

The z-score denotes the number of standard deviations of a given element of the data set is from the mean of the data set.

See Also