  | NMathFunctionsKurtosis(Int32, BiasType) Method | 
            Calculates the kurtosis of the given data, using the specified bias type.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static double Kurtosis(
	int[] data,
	BiasType type
)
Public Shared Function Kurtosis ( 
	data As Integer(),
	type As BiasType
) As Double
public:
static double Kurtosis(
	array<int>^ data, 
	BiasType type
)
static member Kurtosis : 
        data : int[] * 
        type : BiasType -> float Parameters
- data  Int32
 - An array of integers.
 - type  BiasType
 - Bias type.
 
Return Value
DoubleKurtosis
Exceptions
See Also