183
Chapter 8: Statistics & Regression Calculations
10 pdfbin( pdfbin(trial number, success probability [, success number]))
Findstheprobabilitydensityofaspeciedvaluexforthebinomial
distribution.Alistcannotbeusedexceptforsuccessnumbers.
When the success number is not specified, the calculation is
executed by entering values from 0 to the trial number and displays
the list.
Limitations:
Successprobabilityis0
≤
p
≤
1.
Example
Findtheprobabilitydensity
for 15 trials with x = 7, for
the binomial distribution with
successprobabilityof30%.
11 cdfbin( cdfbin(trial number, success probability [, success number]))
Findstheprobabilityofaspeciedrangexforthebinomial
distribution.Alistcannotbeusedexceptforsuccessnumbers.
When the success number is not specified, the calculation is
executed by entering values from 0 to the trial number and displays
the list.
Example
Findtheprobabilityofrangeup
tox=7fortheFdistribution
generated with degrees of
freedom 15 and 10.
When using function terms, please note that values for the number
of trials and for the success number must be integer(i.e. must be
rounded).E.g.inputtingY1=pdfbin(X,0.5,0)providesavaluetable,
butnographisdrawn.IfXisreplacedby„intX“,theexpectedgraph
is displayed.
12 pdfpoi( pdfpoi(mean, value)
FindstheprobabilitydensityofaspeciedvaluexforaPoisson
distribution of mean
µ
.
Limitations:MeanofPoissondistribution
≤
230
Example
Findtheprobabilitydensityofx
=4,forthemeanofaPoisson
distribution of 3.6.
Note for
10 pdfbin(, 11 cdfbin(: