Returns the skewness of the elements of an array.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static double Skewness(
double[] data
)
Public Shared Function Skewness (
data As Double()
) As Double
public:
static double Skewness(
array<double>^ data
)
static member Skewness :
data : float[] -> float
Parameters
- data
- Type: SystemDouble
A Double array.
Return Value
Type:
DoubleThe skewness of the elements of
data.
Numerical Libraries
Supported in: 5.x, 4.x
Reference