Uses of Class
org.ojalgo.random.scedasticity.ARCH
-
Packages that use ARCH Package Description org.ojalgo.random.scedasticity -
-
Uses of ARCH in org.ojalgo.random.scedasticity
Fields in org.ojalgo.random.scedasticity declared as ARCH Modifier and Type Field Description private ARCHGARCH. myARCHMethods in org.ojalgo.random.scedasticity that return ARCH Modifier and Type Method Description ARCHARCH. base(double base)ARCHARCH. errorWeights(double... lagged)static ARCHARCH. estimate(Access1D<?> series, int q)Parameter estimation using heuristics (not max likelihood).static ARCHARCH. newInstance(int q)static ARCHARCH. newInstance(int q, double mean, double variance)Will create an instance configured with default parameters.
-