Click or drag to resize
NormalityTestShapiroWilkTest Method
Performs the Shapiro-Wilk W test using Royston's calculation.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double ShapiroWilkTest()

Return Value

Type: Double
A double scalar containing the p-value for the Shapiro-Wilk W test.
Exceptions
ExceptionCondition
NoVariationInputException is thrown if there is no variation in the input data
DidNotConvergeException is thrown if the iteration did not converge
See Also