Uses of Interface
org.ojalgo.random.scedasticity.ScedasticityModel
Packages that use ScedasticityModel
Package
Description
-
Uses of ScedasticityModel in org.ojalgo.random.process
Fields in org.ojalgo.random.process declared as ScedasticityModelModifier and TypeFieldDescriptionprivate final ScedasticityModelStationaryNormalProcess.myScedasticityModelMethods in org.ojalgo.random.process with parameters of type ScedasticityModelModifier and TypeMethodDescriptionstatic StationaryNormalProcessStationaryNormalProcess.of(ScedasticityModel scedasticityModel) Constructors in org.ojalgo.random.process with parameters of type ScedasticityModelModifierConstructorDescription(package private)StationaryNormalProcess(ScedasticityModel scedasticityModel) -
Uses of ScedasticityModel in org.ojalgo.random.scedasticity
Classes in org.ojalgo.random.scedasticity that implement ScedasticityModelModifier and TypeClassDescription(package private) classfinal classfinal classfinal class -
Uses of ScedasticityModel in org.ojalgo.series.primitive
Methods in org.ojalgo.series.primitive with parameters of type ScedasticityModelModifier and TypeMethodDescriptionPrimitiveSeries.variances(ScedasticityModel model) Creates a series of variances from this series of values.