Manuals/calci/EXPONDIST
Jump to navigation
Jump to search
EXPONDIST(x, Lambda, cum)
Where X is the value of the function, Lambda is the parameter value and Cumulative is a logical value.
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.
EXPONDIST
Syntax
Remarks
Examples
Description
Column1 | Column2 | Column3 | Column4 | |
Row1 | 0.5 | |||
Row@ | 15 | |||
0.999447 | ||||
Row3 | 0.008296 |
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