Spec
Log-Normal PdfLog-normal probability density function.
Log-normal probability density function.
| Extends | |
|---|---|
| All Extended | |
| Defined in | <seqan/random.h> |
| Signature |
template <>
class Pdf<LogNormal>;
|
Member Function Overview
-
Pdf::Pdf(mu, sigma[, MuSigma()]);, Pdf::Pdf(mean, stdDev, MeanStdDev());Constructor for log-normal Pdf.
Detailed Description
Remarks
Note that you can construct this either with mu/sigma of the underlying normal distribution (default) or with the mean and standard deviation of the log-normal distribution.
Member Functions Detail
Pdf::Pdf(mu, sigma[, MuSigma()]);
Pdf::Pdf(mean, stdDev, MeanStdDev());
Constructor for log-normal Pdf.
Parameters
mu
|
Mean of the underlying normal distribution, double. |
|---|---|
sigma
|
Standard deviation of the underlying normal distribution, double. |
mean
|
Mean of the log-normal distribution, double. |
stdDev
|
Standard deviation of the log-normal distribution, double. |
Data Races
Thread safety unknown!