IDAX.DLNORM - Density of the log-normal distribution

The DLNORM function returns the probability density that the value of a variable that follows the log-normal distribution is equal to x.

Syntax

IDAX.DLNORM(DOUBLE x, DOUBLE medlog, DOUBLE sdlog)

Parameter descriptions

x
Mandatory.
The value that is to be computed.
If x is 0 or less, DLNORM(x,medlog,sdlog) is null for all medlog values.
Min: 0.000000001
Data type: DOUBLE
medlog
Mandatory.
The median value on the logarithmic scale.
Data type: DOUBLE
sdlog
Mandatory.
The shape value on the logarithmic scale.
If sdlog is 0 or less, DLNORM(x,medlog,sdlog) is null for all medlog values.
Min: 0.000000001
Data type: DOUBLE

Returned information

DOUBLE the probability density at point x.