EXPONDIST (PQL - xl)

This function returns the exponential distribution or the probability density

Syntax

EXPONDIST(x, lambda, cumulative)

Function Arguments

Name

Description

Type

Optional

x

Value of the function; must be positive or zero

Number

lambda

Parameter value; must be greater than zero

Number

cumulative

Logical value indicating whether to return the cumulative distribution; set to TRUE to return the cumulative distribution; set to FALSE to return the probability density

StringOrNumber

Comments

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