Uses of Class
org.ojalgo.random.scedasticity.GARCH
Packages that use GARCH
-
Uses of GARCH in org.ojalgo.random.scedasticity
Methods in org.ojalgo.random.scedasticity that return GARCHModifier and TypeMethodDescriptionGARCH.base(double base) GARCH.errorWeights(double... lagged) static GARCHParameter 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.GARCH.varianceWeights(double... lagged)