HypothesisTests.ShapiroWilkTest 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.0
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