Parameter Estimation procedures.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public enum ParamEstimation |
Visual Basic (Declaration) |
---|
Public Enumeration ParamEstimation |
Visual C++ |
---|
public enum class ParamEstimation |
Members
Member name | Description | |
---|---|---|
MethodOfMoments |
Indicates autoregressive and moving average parameters are
estimated by a method of moments procedure.
| |
LeastSquares |
Indicates autoregressive and moving average parameters are
estimated by a least-squares procedure.
|