ARMAParamEstimation Enumeration |
Parameter Estimation procedures.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public enum ParamEstimation
Public Enumeration ParamEstimation
public enum class ParamEstimation
Members
| Member name | Value | Description |
---|
| MethodOfMoments | 0 |
Indicates autoregressive and moving average parameters are
estimated by a method of moments procedure.
|
| LeastSquares | 1 |
Indicates autoregressive and moving average parameters are
estimated by a least-squares procedure.
|
See Also