The ARMAEstimationApproach enumeration is used to select estimation method for autoregression and moving average coefficients.
It is used by the following property:
Value | Brief description | |
0 | LeastSquares. The least squares method. | |
1 | MaximumLikelihood. The maximum likelihood method. |
See also: