ARMASetInitialMAEstimates Method |
Sets preliminary moving average estimates.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetInitialMAEstimates(
double[] ma
)
Public Sub SetInitialMAEstimates (
ma As Double()
)
public:
void SetInitialMAEstimates(
array<double>^ ma
)
member SetInitialMAEstimates :
ma : float[] -> unit
Parameters
- ma
- Type: SystemDouble
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