Manuals/calci/EXPONDIST
Jump to navigation
Jump to search
EXPONDIST(x,Lambda,cum)
- is the value of the function
- is the value of the rate parameter
- is the logical value like TRUE or FALSE
Discription
EXPONDIST is to model the time between events.
X or Lambda must be a numeric value in this function. Otherwise it shows error.
If x is less than 0, or Lambda less than or equal to zero, EXPONDIST shows error value.
AVEDEV (N1, N2...)
Where N1, N 2 ... are positive integers.
Let’s see an example
EXPONDIST(x, Lambda, cum)
B
0.5
15
=EXPONDIST (B2, B3, TRUE) is 0.9994
=EXPONDIST (0.5, 15, FALSE) is 0.0083