  | NMathFunctionsKurtosis(Double, 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(
	double[] data,
	BiasType type
)
Public Shared Function Kurtosis ( 
	data As Double(),
	type As BiasType
) As Double
public:
static double Kurtosis(
	array<double>^ data, 
	BiasType type
)
static member Kurtosis : 
        data : float[] * 
        type : BiasType -> float Parameters
- data  Double
 - An array of doubles.
 - type  BiasType
 - Bias type.
 
Return Value
DoubleKurtosis
Exceptions
See Also