Uses of Interface
org.ojalgo.random.scedasticity.ScedasticityModel
-
Packages that use ScedasticityModel Package Description org.ojalgo.random.process org.ojalgo.random.scedasticity org.ojalgo.series.primitive -
-
Uses of ScedasticityModel in org.ojalgo.random.process
Fields in org.ojalgo.random.process declared as ScedasticityModel Modifier and Type Field Description private ScedasticityModel
StationaryNormalProcess. myScedasticityModel
Methods in org.ojalgo.random.process with parameters of type ScedasticityModel Modifier and Type Method Description static StationaryNormalProcess
StationaryNormalProcess. of(ScedasticityModel scedasticityModel)
Constructors in org.ojalgo.random.process with parameters of type ScedasticityModel Constructor Description StationaryNormalProcess(ScedasticityModel scedasticityModel)
-
Uses of ScedasticityModel in org.ojalgo.random.scedasticity
Classes in org.ojalgo.random.scedasticity that implement ScedasticityModel Modifier and Type Class Description (package private) class
AbstractScedasticity
class
ARCH
class
GARCH
class
Homoscedastic
-
Uses of ScedasticityModel in org.ojalgo.series.primitive
Methods in org.ojalgo.series.primitive with parameters of type ScedasticityModel Modifier and Type Method Description PrimitiveSeries
PrimitiveSeries. variances(ScedasticityModel model)
Creates a series of variances from this series of values.
-