Texas Instruments TI-NSPIRE Software Manual page 239

Cas computer software
Hide thumbs Also See for TI-NSPIRE:
Table of Contents

Advertisement

This distribution is useful in determining the probability of a success on
one trial before all trials are completed. For example, if heads is a
successful coin toss and you plan to toss the coin 10 times, this
distribution would predict the chance of obtaining heads at least once in
the 10 tosses.
Poisson Pdf (poissPdf())
computes a probability at
Poisson Pdf
distribution with the specified mean, m, which must be a real number > 0.
x
can be an integer or a list of integers. The probability density function
(
) is:
pdf
μ
x
f x ( )
μ
=
e
x!
This distribution is useful in determining the probability of obtaining a
certain number of successes before a trial begins. For example, you could
use this calculation to predict the number of heads that would occur in 8
tosses of a coin.
poissoncdf (poissCdf())
computes a cumulative probability at
poissoncdf(
Poisson distribution with the specified mean, m, which must be a real
x
number > 0.
can be a real number or a list of real numbers.
This distribution is useful in determining the probability that a certain
number of successes occur between the upper and lower bounds of a
trial. For example, you could use this calculation to predict the number of
heads displayed between coin toss #3 and toss #8.
geometpdf (geomPdf())
computes a probability at
geometpdf (
which the first success occurs, for the discrete geometric distribution with
the specified probability of success
integer or a list of integers. The probability density function (pdf) is:
f x ( )
(
=
p 1 p
This distribution is useful in determining the likeliest number of trials
before a success is obtained. For example, you could use this calculation
to predict the number of coin tosses that would be made before a heads
resulted.
Using Lists & Spreadsheet
x ,
=
0,1,2,...
x 1
)
x ,
=
1,2,...
x
for the discrete Poisson
x
x
, the number of the trial on
p
p
1 must be true.
. 0
for the discrete
x
can be an
227

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-nspire

Table of Contents