Click or drag to resize
ARMAMaxLikelihoodSetMA Method
Sets the initial values for the moving average terms to the q values in ma.

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

Parameters

ma
Type: SystemDouble
A double array of length q containing the initial values for the moving average terms. If this method is not called, initial values are computed by method of moments in the ARMA class.
See Also