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 NormalChiSquareDistribution.NormalApproximation. myApproximationprivate NormalLogNormal. myNormalprivate NormalTDistribution.DegreeInfinity. myNormal(package private) static NormalChiSquareDistribution. NORMALprivate static NormalTDistribution. NORMALMethods in org.ojalgo.random that return Normal Modifier and Type Method Description static NormalNormal. of(double location, double scale)static NormalNormal. 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 NormalGaussianProcess. GENERATORprivate static NormalWienerProcess. GENERATORMethods in org.ojalgo.random.process that return Normal Modifier and Type Method Description NormalGaussianProcess. getDistribution(double evaluationPoint)NormalStationaryNormalProcess. getDistribution(double evaluationPoint)NormalWienerProcess. getDistribution(double evaluationPoint)
-