Uses of Class
org.ojalgo.random.Normal
Packages that use Normal
-
Uses of Normal in org.ojalgo.random
Methods in org.ojalgo.random that return Normal -
Uses of Normal in org.ojalgo.random.process
Subclasses with type arguments of type Normal in org.ojalgo.random.processModifier and TypeClassDescriptionfinal classA Gaussian process is aRandomProcesswhere each variable has a normal distribution.final classProcess with fixed mean and (possibly) fluctuating variance given by aScedasticityModel.final classClasses in org.ojalgo.random.process that implement interfaces with type arguments of type NormalModifier and TypeClassDescriptionfinal classA Gaussian process is aRandomProcesswhere each variable has a normal distribution.final classProcess with fixed mean and (possibly) fluctuating variance given by aScedasticityModel.final classMethods in org.ojalgo.random.process that return NormalModifier and TypeMethodDescriptionGaussianProcess.getDistribution(double evaluationPoint) StationaryNormalProcess.getDistribution(double evaluationPoint) WienerProcess.getDistribution(double evaluationPoint)