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 LogNormalLogNormal. estimate(Access1D<?> rawSamples)static LogNormalLogNormal. 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 LogNormalGeometricBrownianMotion. getDistribution(double evaluationPoint)
-