Click or drag to resize

TimeSeries.LjungBoxTest Method (Int32)

Performs a Ljung-Box test for non-correlation with the given number of lags.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public TestResult LjungBoxTest(
	int kMax
)

Parameters

kMax
Type: System.Int32
The number of lag times to test.

Return Value

Type: TestResult
The result of the test.
See Also