[]
        
(Showing Draft Content)

LOGINV

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.

Syntax

LOGINV(prob, mean, stdev)

Arguments

This function has these arguments:

Argument

Description

prob

[Required] Value at which to evaluate the function

mean

[Required] Value of mean of the natural logarithm of x, LN(x)

stdev

[Required] Value representing the standard deviation of LN(x)

Remarks

This function calculates the inverse of the lognormal cumulative distribution function, so if p = LOGNORMDIST( x, ...) then LOGINV( p, ...) = x.

Examples

LOGINV(0.92,B8,G22)