Difference between revisions of "Manuals/calci/EXPONDIST"
Jump to navigation
Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font size="3"><font face="Times New Roman">'''EXPONDIST'''('''x''',''' Lambda, cum''')</font></font> <font size="...") |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''EXPONDIST(x,Lambda,cum)'''</div><br/> |
+ | *<math>x</math> is the value of the function | ||
+ | *<math>lambda</math> is the value of the rate parameter | ||
+ | *<math>cu</math> 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 | Let’s see an example | ||
Line 87: | Line 28: | ||
<nowiki>=EXPONDIST (0.5, 15, FALSE) is 0.0083</nowiki> | <nowiki>=EXPONDIST (0.5, 15, FALSE) is 0.0083</nowiki> | ||
− | |||
− | |||
− |
Revision as of 22:57, 28 November 2013
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