Returns the kurtosis supplement of the elements of an array.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function Kurtosis ( _ data As Double() _ ) As Double |
| C# |
|---|
public static double Kurtosis ( double[] data ) |
| C++ |
|---|
public: static double Kurtosis ( array<double>^ data ) |
Parameters
- data ()
- A Double array.
Return Value
The kurtosis supplement of the elements of data.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | data is nullNothingnullptr. |