You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.LogNormalCDFInv Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.LogNormalCDFInv Function

Log-normal distribution point percent function (PPF).

Pascal
function LogNormalCDFInv(p: double; Mu: double; sigma: double): double; overload;
Parameters 
Description 
Probability, real positive value on closed interval [0,1]. 
Mu 
Distribution location parameter, real value. 
sigma 
Distribution scale parameter, real positive value. 

the Log-normal distribution point percent function (PPF) for probability p using the parameters Mu (mean value) and sigma (standard deviation). Probability p must lie on the interval [0,1] and sigma must be positive value, otherwise the result is NAN.

function LogNormalCDF(x, Mu, sigma: single): single; overload;  

Inverse Log-normal CDF is defined by the following equation: 

 

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!