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