Uses of Class
net.finmath.functions.LogNormalDistribution.LogNormalDistributionParameters
-
Packages that use LogNormalDistribution.LogNormalDistributionParameters Package Description net.finmath.functions Provides some static functions, e.g., analytic valuation formulas or functions from linear algebra. -
-
Uses of LogNormalDistribution.LogNormalDistributionParameters in net.finmath.functions
Methods in net.finmath.functions that return LogNormalDistribution.LogNormalDistributionParameters Modifier and Type Method Description static LogNormalDistribution.LogNormalDistributionParameters
LogNormalDistribution. getParametersFromMeanAndStdDev(double mean, double standardDeviation)
static LogNormalDistribution.LogNormalDistributionParameters
LogNormalDistribution. getParametersFromMuAndSigma(double mu, double sigma)
-