AugmentedDickeyFullerTest.Order Property

Gets or sets the number of lag terms to include in the regression model.

Definition

Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int Order { get; set; }

Property Value

Int32

Remarks

If the specified order is negative, a default value is computed as the cube root of the length of the sample.

See Also