public class GARCHEx1 extends Object
Estimates a \(\text{GARCH}(p,q)\) model from simulated data.
The data for this example are generated to follow a \(\text{GARCH}(p,q)\)
process by using a random number generation function sgarch
. The
data set is analyzed and estimates of \(\sigma\), the \(\text{AR,
MA}\)parameters are returned. The values of the Log-likelihood function and
the Akaike Information Criterion are returned.
Constructor and Description |
---|
GARCHEx1() |
Copyright © 2020 Rogue Wave Software. All rights reserved.