IMSL C# Numerical Library

ARMA.SetInitialMAEstimates Method 

Sets preliminary moving average estimates.

public void SetInitialMAEstimates(
   double[] ma
);

Parameters

ma
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

ARMA Class | Imsl.Stat Namespace