Defines the periods used in the determination of the optimum model.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public void SetPeriods(
	int[] periods
)
Visual Basic (Declaration)
Public Sub SetPeriods ( _
	periods As Integer() _
)
Visual C++
public:
void SetPeriods(
	array<int>^ periods
)

Parameters

periods
Type: array< System..::.Int32 >[]()[]
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