Module net.finmath.lib
Package net.finmath.functions
Class LogNormalDistribution.LogNormalDistributionParameters
java.lang.Object
net.finmath.functions.LogNormalDistribution.LogNormalDistributionParameters
- Enclosing class:
- LogNormalDistribution
-
Constructor Summary
ConstructorsConstructorDescriptionLogNormalDistributionParameters(double mean, double standardDeviation, double mu, double sigma)
-
Method Summary
-
Constructor Details
-
LogNormalDistributionParameters
public LogNormalDistributionParameters(double mean, double standardDeviation, double mu, double sigma)
-
-
Method Details
-
getMean
public double getMean() -
getStandardDeviation
public double getStandardDeviation() -
getMu
public double getMu() -
getSigma
public double getSigma()
-