184
Chapter 8: Statistics & Regression Calculations
13 cdfpoi( cdfpoi(mean, value)
FindstheprobabilityofaspeciedrangexforaPoisson
distribution of mean mu.
Example
Findtheprobabilitywithinthe
range up to x = 4.
14 pdfgeo( pdfgeo(success probability, value)
Findstheprobabilitydensityofaspeciedvaluexforthegeometric
distribution.
Limitations:
Successprobabilityis0
≤
p
≤
1.
Example
Findtheprobabilitydensityofa
geometric distribution of success
at the 26th time with success
probabilityof5.6%.
15 cdfgeo( cdfgeo(success probability, value)
Findstheprobabilityofaspeciedrangeofxforthegeometric
distribution.
Limitations:
Successprobabilityis0
≤
p
≤
1
Example
Findtheprobabilityforthe
range up to x = 26 with success
probabilityof5.6%.