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 ScedasticityModel
StationaryNormalProcess.myScedasticityModel
Methods in org.ojalgo.random.process with parameters of type ScedasticityModelModifier and TypeMethodDescriptionstatic StationaryNormalProcess
StationaryNormalProcess.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) class
final class
final class
final 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.