LogNormalDistributionInitialize Method |
Initializes the parameters of the log-normal distribution.
Namespace: Altaxo.Calc.Probability.OldAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void Initialize(
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