Click or drag to resize

LognormalDistributionPDF Method

Returns the probability density function evaluated at a given value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override double PDF(
	double x
)

Parameters

x  Double
A position on the x-axis greater than or equal to 0.

Return Value

Double
The probability density function evaluated at x.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the input value x is negative.
See Also