IMSL C# Numerical Library

NormalityTest.ShapiroWilkWTest Method 

Performs the Shapiro-Wilk W test.

public double ShapiroWilkWTest();

Return Value

A double scalar containing the p-value for the Shapiro-Wilk W test.

Exceptions

Exception Type Condition
NoVariationInputException is thrown if there is no variation in the input data
DidNotConvergeException is thrown if the iteration did not converge

See Also

NormalityTest Class | Imsl.Stat Namespace