LogNormalDistribution(Double, Double) Constructor |
Namespace: Altaxo.Calc.Probability.OldAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic LogNormalDistribution(
double mean,
double stdev
)
Parameters
- mean Double
- The mean of the log-normal distribution.
- stdev Double
- The standard deviation of the log-normal distribution.
See Also