EXPON.DIST
The EXPON.DIST function in Google Sheets returns the value of the exponential distribution function with a specified LAMBDA at a specified value.
Function Syntax and Parameters
Syntax: EXPON.DIST(x, LAMBDA, cumulative)
Parameters:
x: The value at which to evaluate the function.LAMBDA: The parameter value.cumulative: A logical value that determines the form of the function. IfTRUE(default),EXPON.DISTreturns the cumulative distribution function; ifFALSE, it returns the probability density function.
Step-by-Step Tutorial
- Coming soon!
Use Cases and Scenarios
- Coming soon!
Related Functions
- Coming soon!
Related Articles
- Coming soon!