Click or drag to resize
ARSeasonalFit Constructor
Constructor for ARSeasonalFit.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ARSeasonalFit(
	int maxlag,
	int[,] SInitial,
	double[] z
)

Parameters

maxlag
Type: SystemInt32
An int scalar specifying the maximum lag allowed when fitting an AR(p) model.
SInitial
Type: SystemInt32
An int matrix where each row represents seasonal differences to evaluate. The number of columns in SInitial represent the number of differences to perform. All values of SInitial must be greater than zero.
z
Type: SystemDouble
A double array containing the time series.
See Also