Click or drag to resize
ARMAMaxLikelihood Properties

The ARMAMaxLikelihood type exposes the following members.

Properties
  NameDescription
Public propertyBackwardOrigin
The maximum backward origin.
Public propertyConfidence
The confidence level for calculating confidence limit deviations returned from GetDeviations.
Public propertyConstant
The constant parameter in the ARMA series.
Public propertyGradientTolerance
The gradient tolerance for the convergence algorithm.
Public propertyInnovationVariance
The estimated innovation variance of this series.
Public propertyLikelihood
The final estimate for -2\ln(L), where L is equal to the likelihood function evaluated using the final parameter estimates.
Public propertyMaxIterations
The maximum number of iterations.
Public propertyMean
The mean used for centering the series.
Public propertyP
The number of autoregressive terms in the ARMA model
Public propertyQ
The number of moving average terms in the ARMA model
Public propertyTolerance
The tolerance for the convergence algorithm.
Top
See Also