Click or drag to resize

LogNormalDistributionInitialize Method

Initializes the parameters of the log-normal distribution.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected 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