Click or drag to resize
AutoARIMASetPeriods Method
Defines the periods used in the determination of the optimum model.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetPeriods(
	int[] periods
)

Parameters

periods
Type: SystemInt32
An int array containing all possible periods that can be applied to the original series after insertion of missing values. All elements of periods must be positive.

Default: periods is a one-element array with periods[0] = 1.

See Also