Click or drag to resize
ARMAParamEstimation Enumeration
Parameter Estimation procedures.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum ParamEstimation
Members
  Member nameValueDescription
MethodOfMoments0 Indicates autoregressive and moving average parameters are estimated by a method of moments procedure.
LeastSquares1 Indicates autoregressive and moving average parameters are estimated by a least-squares procedure.
See Also