dotnetCHARTING Send comments on this topic.
Variance(Series) Method
See Also 
dotnetCHARTING Namespace > StatisticalEngine Class > Variance Method : Variance(Series) Method


s
A statistical series.
Calculates the sample variance of the series's elements YValues.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Variance( _
   ByVal s As Series _
) As Element
Visual Basic (Usage)Copy Code
Dim s As Series
Dim value As Element
 
value = StatisticalEngine.Variance(s)
C# 
public static Element Variance( 
   Series s
)

Parameters

s
A statistical series.

See Also

© 2010 All Rights Reserved.