IMSL C# Numerical Library

NormalityTest.ShapiroWilkTest Method 

Performs the Shapiro-Wilk W test using Royston's calculation.

public double ShapiroWilkTest();

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