.netCHARTING v10.5 Documentation


A statistical series.
ZScore(Series) 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 s As Series _
) As Series
'Usage
 
Dim s As Series
Dim value As Series
 
value = StatisticalEngine.ZScore(s)
public static Series ZScore( 
   Series s
)

Parameters

s
A statistical 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