|
ShapiroWilkTest Constructor
|
Creates a new Shapiro-Wilk test.
Namespace:
Accord.Statistics.Testing
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public ShapiroWilkTest(
double[] sample
)
Public Sub New (
sample As Double()
)
Request Example
View SourceParameters
- sample
- Type: SystemDouble
The sample we would like to test.
Exceptions Exception | Condition |
---|
ArgumentException |
The sample must contain at least 4 observations. |
See Also