Click or drag to resize
ARMASetInitialAREstimates Method
Sets preliminary autoregressive estimates.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetInitialAREstimates(
	double[] ar
)

Parameters

ar
Type: SystemDouble
A double array of length p containing preliminary estimates of the autoregressive parameters.
Remarks

ar and ma are computed internally if this method is not used. This method is only applicable using least-squares algorithm.

See Also