LOGNORM.DIST (PQL - xl)

This function returns the cumulative natural log normal distribution of x, where LN(x) is normally distributed with the specified mean and standard deviation. Analyze data that has been logarithmically transformed with this function

  • Library: PQL \ Spreadsheet \ Statistical
  • Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
  • Solve: This function can be used with the Solve plug-in: both as part of the objective function and constraint functions

Syntax

LOGNORM.DIST(x, mean, standard dev, cumulative)

Function Arguments

Name

Description

Type

Optional

x

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

cumulative

A logical value that determines the form of the function. If cumulative is TRUE, this function returns the cumulative distribution function; if FALSE, it returns the probability density function

StringOrNumber

Comments

This function is the same as the Microsoft Excel 'LOGNORM.DIST' function - using the same inputs, logic and outputs.