Click or drag to resize

UnivariateGARCH Properties

The UnivariateGARCH type exposes the following members.

Properties
  NameDescription
Public propertyAlpha
Q-by-1 vector of estimated coefficients, where Q is the number of lags of the squared innovations included in the GARCH process.
Public propertyBeta
P-by-1 vector of estimated coefficients, where P is the number of lags of the conditional variance included in the GARCH process.
Public propertyConditionalVariance
T-by-1 vector of conditional variances (volatility).
Public propertyKappa
The estimated scalar constant term of the GARCH process.
Public propertyLogLikelihood
Log likelihood function value calculated using estimated parameters.
Public propertyTheta
The estimated GARCH parameters.
Top
See Also