Uses of Class
dev.nm.stat.timeseries.linear.univariate.stationaryprocess.garch.GARCHFit.GRADIENT
-
Packages that use GARCHFit.GRADIENT Package Description dev.nm.stat.timeseries.linear.univariate.stationaryprocess.garch -
-
Uses of GARCHFit.GRADIENT in dev.nm.stat.timeseries.linear.univariate.stationaryprocess.garch
Methods in dev.nm.stat.timeseries.linear.univariate.stationaryprocess.garch that return GARCHFit.GRADIENT Modifier and Type Method Description static GARCHFit.GRADIENTGARCHFit.GRADIENT. valueOf(String name)Returns the enum constant of this type with the specified name.static GARCHFit.GRADIENT[]GARCHFit.GRADIENT. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.nm.stat.timeseries.linear.univariate.stationaryprocess.garch with parameters of type GARCHFit.GRADIENT Constructor Description GARCHFit(double[] e_t, int p, int q, double epsilon, int maxIterations, GARCHFit.GRADIENT grad)Fit a GARCH(p, q) model to a time series.
-