Click or drag to resize
ARMAMaxLikelihoodSetAR Method
Sets the initial values for the autoregressive terms to the p values in ar.

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

Parameters

ar
Type: SystemDouble
An input double array of length p containing the initial values for the autoregressive terms. If this method is not called, initial values are computed by method of moments in the ARMA class.
See Also