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 StationaryNormalProcessStationaryNormalProcess. estimateARCH(Access1D<?> series, int q)static StationaryNormalProcessStationaryNormalProcess. estimateGARCH(Access1D<?> series, int p, int q)static StationaryNormalProcessStationaryNormalProcess. of(ScedasticityModel scedasticityModel)
-