Click or drag to resize
ARAutoUnivariateEstimationMethod Property
The estimation method used for estimating the final estimates for the autoregressive coefficients.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ARAutoUnivariateParamEstimation EstimationMethod { get; set; }

Property Value

Type: ARAutoUnivariateParamEstimation
A ParamEstimation specifying the method used to estimate the autoregressive parameters estimates.
Remarks
ARAutoUnivariate.ParamEstimationMethod Description
MethodOfMomentsAutoregressive parameters are estimated by a method of moments procedure.
LeastSquaresAutoregressive parameters are estimated by a least-squares procedure
MaxLikelihoodAutoregressive parameters are estimated by a maximum likelihood procedure.

By default, EstimationMethod = ARAutoUnivariate.ParamEstimation.LeastSquares.

See Also