LOGINV (PQL - xl)
This function returns the inverse of the lognormal cumulative distribution function of x, where LN( x ) is normally distributed with the specified mean and standard deviation
- Library: PQL \ Spreadsheet \ Compatibility
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
Syntax
LOGINV(probability, mean, standard dev)
Function Arguments
Name | Description | Type | Optional |
probability | Value at which to evaluate the function | Number |
|
mean | Value of mean of the natural logarithm of x, LN(x) | Number |
|
standard dev | Value representing the standard deviation of LN(x) | Number |
|
Comments
This function is the same as the Microsoft Excel 'LOGINV' function - using the same inputs, logic and outputs.