Module net.finmath.lib
Package net.finmath.functions
Class LogNormalDistribution.LogNormalDistributionParameters
- java.lang.Object
-
- net.finmath.functions.LogNormalDistribution.LogNormalDistributionParameters
-
- Enclosing class:
- LogNormalDistribution
public static class LogNormalDistribution.LogNormalDistributionParameters extends Object
-
-
Constructor Summary
Constructors Constructor Description LogNormalDistributionParameters(double mean, double standardDeviation, double mu, double sigma)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getMean()
double
getMu()
double
getSigma()
double
getStandardDeviation()
-