Uses of Class
org.ojalgo.random.process.StationaryNormalProcess
-
Packages that use StationaryNormalProcess Package Description org.ojalgo.random.process -
-
Uses of StationaryNormalProcess in org.ojalgo.random.process
Methods in org.ojalgo.random.process that return StationaryNormalProcess Modifier and Type Method Description static StationaryNormalProcess
StationaryNormalProcess. estimateARCH(Access1D<?> series, int q)
static StationaryNormalProcess
StationaryNormalProcess. estimateGARCH(Access1D<?> series, int p, int q)
static StationaryNormalProcess
StationaryNormalProcess. of(ScedasticityModel scedasticityModel)
-