Sets preliminary moving average estimates.

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

Syntax

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

Parameters

ma
Type: array< System..::.Double >[]()[]
A double array of length q containing preliminary estimates of the moving average parameters.

Remarks

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

See Also