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 ScedasticityModelStationaryNormalProcess. myScedasticityModelMethods in org.ojalgo.random.process with parameters of type ScedasticityModel Modifier and Type Method Description static StationaryNormalProcessStationaryNormalProcess. 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) classAbstractScedasticityclassARCHclassGARCHclassHomoscedastic -
Uses of ScedasticityModel in org.ojalgo.series.primitive
Methods in org.ojalgo.series.primitive with parameters of type ScedasticityModel Modifier and Type Method Description PrimitiveSeriesPrimitiveSeries. variances(ScedasticityModel model)Creates a series of variances from this series of values.
-