.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > StatisticalEngine Class > ZScore Method : ZScore(SeriesCollection) Method
A collection of series objects. For example, to evaluate this indicator for two series you will need to pass a series collection containing this two series.
ZScore(SeriesCollection) Method
Evaluates the z-score (often referred to as the standardized value) of an element series's element values.
Syntax
'Declaration
 
Public Overloads Shared Function ZScore( _
   ByVal sc As SeriesCollection _
) As SeriesCollection
'Usage
 
Dim sc As SeriesCollection
Dim value As SeriesCollection
 
value = StatisticalEngine.ZScore(sc)
public static SeriesCollection ZScore( 
   SeriesCollection sc
)

Parameters

sc
A collection of series objects. For example, to evaluate this indicator for two series you will need to pass a series collection containing this two series.
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also