ARMAMaxLikelihoodSetMA Method |
Sets the initial values for the moving average terms to the q
values in ma.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetMA(
double[] ma
)
Public Sub SetMA (
ma As Double()
)
public:
void SetMA(
array<double>^ ma
)
member SetMA :
ma : float[] -> unit
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