Click or drag to resize

ShapiroWilkTest(Int32, Double) Constructor

Constructs a ShapiroWilkTest intance with the provided sample, alpha and default hypothesis type.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public ShapiroWilkTest(
	int[] data,
	double alpha
)

Parameters

data  Int32
sample data
alpha  Double
significance level
See Also