Uses of Class
org.ojalgo.random.LogNormal
-
Packages that use LogNormal Package Description org.ojalgo.random org.ojalgo.random.process -
-
Uses of LogNormal in org.ojalgo.random
Methods in org.ojalgo.random that return LogNormal Modifier and Type Method Description static LogNormal
LogNormal. estimate(Access1D<?> rawSamples)
static LogNormal
LogNormal. make(double mean, double variance)
-
Uses of LogNormal in org.ojalgo.random.process
Methods in org.ojalgo.random.process that return LogNormal Modifier and Type Method Description LogNormal
GeometricBrownianMotion. getDistribution(double evaluationPoint)
-