Skip to main content

EXPON.DIST

Definition

Returns the exponential distribution. Use EXPON.DIST to model the time between events, such as how long an automated bank teller takes to deliver cash. For example, you can use EXPON.DIST to determine the probability that the process takes at most 1 minute.

Sample Usage

Syntax

EXPON.DIST(x,lambda,cumulative)

The EXPON.DIST function syntax has the following arguments:

  • X     Required. The value of the function.

  • Lambda     Required. The parameter value.

  • Cumulative     Required. A logical value that indicates which form of the exponential function to provide. If cumulative is TRUE, EXPON.DIST returns the cumulative distribution function; if FALSE, it returns the probability density function.

Remarks

  • If x or lambda is nonnumeric, EXPON.DIST returns the #VALUE! error value.

  • If x < 0, EXPON.DIST returns the #NUM! error value.

  • If lambda ≤ 0, EXPON.DIST returns the #NUM! error value.

  • The equation for the probability density function is:

    Equation

  • The equation for the cumulative distribution function is:

    Equation

In order to use the EXPON.DIST formula, start with your edited Excellentable:



Then type in the EXPON.DIST formula in the area you would like to display the outcome:


By adding the values you would like to calculate the EXPON.DIST formula for, Excellentable will generate the outcome:



A
B
1
Description
Data
2
Value of the function
0.4
3
Parameter value
20
4
5
6
EXPON.DIST(A2,A3,TRUE)
0.999664537
7
EXPON.DIST(0.2,10,FALSE)
1.353352832


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.