Sets preliminary autoregressive estimates.

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

Syntax

C#
public void SetInitialAREstimates(
	double[] ar
)
Visual Basic (Declaration)
Public Sub SetInitialAREstimates ( _
	ar As Double() _
)
Visual C++
public:
void SetInitialAREstimates(
	array<double>^ ar
)

Parameters

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