HypothesisTests.DAgostinoPearsonOmnibusTest Method

Returns a D'Agostino-Pearson omnibus test whether a sample was drawn from the normal distribution.

Definition

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

Parameters

sample  Vector<Double>
A vector that contains a sample from the population.

Return Value

DAgostinoPearsonOmnibusTest
A D'Agostino-Pearson omnibus test.

See Also