Package com.imsl.test.example.stat
Class GARCHEx1
java.lang.Object
com.imsl.test.example.stat.GARCHEx1
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
GARCHEx1
public GARCHEx1()
-
-
Method Details
-
main
- Throws:
Exception
-