Click or drag to resize

ShapiroWilkTest(DoubleVector, HypothesisType) Constructor

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

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

Parameters

data  DoubleVector
sample data
type  HypothesisType
hypothesis type
See Also