Uses of Class
org.ojalgo.random.scedasticity.GARCH
-
Packages that use GARCH Package Description org.ojalgo.random.scedasticity -
-
Uses of GARCH in org.ojalgo.random.scedasticity
Methods in org.ojalgo.random.scedasticity that return GARCH Modifier and Type Method Description GARCHGARCH. base(double base)GARCHGARCH. errorWeights(double... lagged)static GARCHGARCH. estimate(Access1D<?> series, int p, int q)Parameter estimation using heuristics (not max likelihood).static GARCHGARCH. newInstance(int p, int q)static GARCHGARCH. newInstance(int p, int q, double mean, double variance)Will create an instance configured with default parameters.GARCHGARCH. varianceWeights(double... lagged)
-