Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

sample
Type: SystemDouble
The sample we would like to test.
Exceptions
ExceptionCondition
ArgumentException The sample must contain at least 4 observations.
See Also