BioloMICS logo
×
BioloMICS menu

EXPONDIST

 
Category: Compatibility Function.
 
Description: Returns the exponential distribution.
 
Syntax: EXPONDIST(x, lambda, cumulative)
 
The EXPONDIST function syntax has the following arguments:
 
X: the value of the function.
 
Lambda: the parameter value.
 
Cumulative: a logical value that indicates which form of the exponential function to provide.
  • If cumulative is TRUE, EXPONDIST returns the cumulative distribution function.
  • If cumulative is FALSE, it returns the probability density function.