HypothesisTests.ShapiroWilkTest 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#
public static ShapiroWilkTest ShapiroWilkTest(
	Vector<double> sample
)

Parameters

sample  Vector<Double>
A vector that contains a sample from the population.

Return Value

ShapiroWilkTest
An Anderson-Darling test.

See Also