HypothesisTests.JarqueBeraTest Method

Returns a Jarque-Bera 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 JarqueBeraTest JarqueBeraTest(
	Vector<double> sample
)

Parameters

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

Return Value

JarqueBeraTest
A Jarque-Bera test.

See Also