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


s
A statistical series.
Calculates the kurtosis of the currently registered data set.

Syntax

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

Parameters

s
A statistical series.

See Also

© 2010 All Rights Reserved.