AutoARIMASetPeriods Method |
Defines the periods used in the determination of the optimum model.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetPeriods(
int[] periods
)
Public Sub SetPeriods (
periods As Integer()
)
public:
void SetPeriods(
array<int>^ periods
)
member SetPeriods :
periods : int[] -> unit
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