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