Click or drag to resize

ShapiroWilkTest(Double, HypothesisType, Double) Constructor

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

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

Parameters

data  Double
sample data
type  HypothesisType
hypothesis type
alpha  Double
significance level
See Also