Uses of Class
org.ojalgo.random.Normal
Packages that use Normal
-
Uses of Normal in org.ojalgo.random
Fields in org.ojalgo.random declared as NormalModifier and TypeFieldDescriptionprivate final NormalChiSquareDistribution.NormalApproximation.myApproximationprivate final NormalLogNormal.myNormalprivate final NormalTDistribution.DegreeInfinity.myNormal(package private) static final NormalChiSquareDistribution.NORMALprivate static final NormalTDistribution.NORMALMethods 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 classFields in org.ojalgo.random.process declared as NormalModifier and TypeFieldDescriptionprivate static final NormalGaussianProcess.GENERATORprivate static final NormalWienerProcess.GENERATORMethods in org.ojalgo.random.process that return NormalModifier and TypeMethodDescriptionGaussianProcess.getDistribution(double evaluationPoint) StationaryNormalProcess.getDistribution(double evaluationPoint) WienerProcess.getDistribution(double evaluationPoint)