Hypothesis Tests.Shapiro Wilk Test Method
Returns a Shapiro-Wilk test whether a sample was drawn from the normal distribution.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An Anderson-Darling test.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static ShapiroWilkTest ShapiroWilkTest(
Vector<double> sample
)
Parameters
Return Value
ShapiroWilkTestAn Anderson-Darling test.