BioloMICS logo
×
BioloMICS menu

EXPON.DIST

 
Category: Statistical Function.
 
Description: Returns the exponential distribution.
 
Syntax: EXPON.DIST(x, lambda, cumulative)
 
The EXPON.DIST function syntax has the following arguments:
 
X: value of the function.
 
Lambda: the parameter value.
 
Cumulative: 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, EXPON.DIST returns the probability density function.