Uses of Class
org.ojalgo.random.Normal
-
Packages that use Normal Package Description org.ojalgo.random org.ojalgo.random.process -
-
Uses of Normal in org.ojalgo.random
Fields in org.ojalgo.random declared as Normal Modifier and Type Field Description private Normal
ChiSquareDistribution.NormalApproximation. myApproximation
private Normal
LogNormal. myNormal
private Normal
TDistribution.DegreeInfinity. myNormal
(package private) static Normal
ChiSquareDistribution. NORMAL
private static Normal
TDistribution. NORMAL
Methods in org.ojalgo.random that return Normal Modifier and Type Method Description static Normal
Normal. of(double location, double scale)
static Normal
Normal. standard()
-
Uses of Normal in org.ojalgo.random.process
Fields in org.ojalgo.random.process declared as Normal Modifier and Type Field Description private static Normal
GaussianProcess. GENERATOR
private static Normal
WienerProcess. GENERATOR
Methods in org.ojalgo.random.process that return Normal Modifier and Type Method Description Normal
GaussianProcess. getDistribution(double evaluationPoint)
Normal
StationaryNormalProcess. getDistribution(double evaluationPoint)
Normal
WienerProcess. getDistribution(double evaluationPoint)
-