Performs the Shapiro-Wilk W test.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double ShapiroWilkWTest() |
Visual Basic (Declaration) |
---|
Public Function ShapiroWilkWTest As Double |
Visual C++ |
---|
public: double ShapiroWilkWTest() |
Return Value
A double scalar containing the p-value for the Shapiro-Wilk W test.
Exceptions
Exception | Condition |
---|---|
Imsl.Stat..::.NoVariationInputException | is thrown if there is no variation in the input data |
Imsl.Stat..::.DidNotConvergeException | is thrown if the iteration did not converge |