Click or drag to resize

ShapiroWilkTest(DoubleVector) Constructor

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

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

Parameters

data  DoubleVector
sample
See Also