DAgostinoPearsonOmnibusTest Constructor

Initializes a new instance of the DAgostinoPearsonOmnibusTest class.

Definition

Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.7.0
C#
public DAgostinoPearsonOmnibusTest(
	Vector<double> sample
)

Parameters

sample  Vector<Double>
The sample to test for normality.

See Also