Financial Toolbox | ![]() ![]() |
Syntax
[Kappa, Alpha, Beta] = ugarch(U, P, Q)
Description
[Kappa, Alpha, Beta] = ugarch(U, P, Q)
computes estimated univariate GARCH(P,Q) parameters with Gaussian innovations.
Kappa
is the estimated scalar constant term (Alpha
is a P
-by-1 vector of estimated coefficients, where P
is the number of lags of the conditional variance included in the GARCH process.
Beta
is a Q
-by-1 vector of estimated coefficients, where Q
is the number of lags of the squared innovations included in the GARCH process.
The time-conditional variance, Alpha
, Beta
, and the GARCH(P, Q) coefficients {U
is a vector of residuals or innovations (Note:
ugarch corresponds generally to the GARCH Toolbox function
garchfit . The GARCH Toolbox provides a comprehensive and integrated
computing environment for the analysis of volatility in time series. For
information, see the GARCH Toolbox User's Guide or the financial products
Web page at http://www.mathworks.com/products/finprod/.
|
Examples
See ugarchsim
for an example of a GARCH(P,Q) process.
See Also
ugarchpred
, ugarchsim
, and the GARCH Toolbox function garchfit
References
James D. Hamilton, Time Series Analysis, Princeton University Press, 1994
![]() | tr2bonds | ugarchllf | ![]() |