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 Normal
ChiSquareDistribution.NormalApproximation.myApproximation
private final Normal
LogNormal.myNormal
private final Normal
TDistribution.DegreeInfinity.myNormal
(package private) static final Normal
ChiSquareDistribution.NORMAL
private static final Normal
TDistribution.NORMAL
Methods in org.ojalgo.random that return Normal -
Uses of Normal in org.ojalgo.random.process
Fields in org.ojalgo.random.process declared as NormalModifier and TypeFieldDescriptionprivate static final Normal
GaussianProcess.GENERATOR
private static final Normal
WienerProcess.GENERATOR
Methods in org.ojalgo.random.process that return NormalModifier and TypeMethodDescriptionGaussianProcess.getDistribution
(double evaluationPoint) StationaryNormalProcess.getDistribution
(double evaluationPoint) WienerProcess.getDistribution
(double evaluationPoint)