Click or drag to resize
ARMAEstimateMissing Properties

The ARMAEstimateMissing type exposes the following members.

Properties
  NameDescription
Public propertyConvergenceTolerance
The covergence tolerance used by the AR_1 and AR_p missing value estimation methods.
Public propertyEstimationMethod
The method used for estimating the final autoregressive coefficients for missing value estimation methods AR_1 and AR_p.
Public propertyMaxIterations
The maximum number of estimation iterations for missing value estimation methods AR_1 and AR_p.
Public propertyMaxlag
The maximum number of autoregressive lags when method AR_p is selected as the missing value estimation method.
Public propertyMean
The mean value used to center the series.
Public propertyMissingValueMethod
The current missing value estimation method.
Public propertyNumberMissing
The number of missing values in the original series
Public propertyRelativeError
The relative error used for the MethodOfMoments and LeastSquares estimation methods.
Top
See Also