Click or drag to resize

LognormalDistributionPDF(Double, Double, Double) Method

Computes the probability density function (PDF) for a lognormal distribution with the given parameters.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double PDF(
	double z,
	double m,
	double s
)

Parameters

z  Double
The value at which to evaluate the PDF.
m  Double
The mu parameter.
s  Double
The sigma parameter.

Return Value

Double
The value of the probability density function at z.
See Also