STATISTICAL DISTRIBUTIONS, PROBABILITIES ETC.
You will find a lot of statistics in your WP 34S, going far beyond the Gaussian distri-
bution. Many preprogrammed functions are implemented here for the first time in an
RPN calculator we packed all in what we always had missed. All of these functions
have a few features in common:
Discrete statistical distributions (e.g. Poisson, Binomial) are confined to integers.
Whenever we sum up a probability mass function (pmf
4
)
to get a cumulated
distribution function (cdf)
we start at . Thus,
.
Typically, F starts with a very shallow slope, becomes steeper then, and runs out
with a decreasing slope while slowly approaching 100%. Obviously you get the
most precise results on the left side of the cdf using P . On its right side, howev-
Q = 1 – P is more precise: since P comes very close
to 100% there, you may see 1.0000 displayed while e.g. P = 0.99996 in reality.
On your WP 34S, with an arbitrary cdf named XYZ you find the name XYZ
-1
for its
inverse and XYZ
P
for the pdf or pmf, unless stated otherwise explicitly.
a-
tion, employing a particular confidence level (e.g. 95%), you must know your ob-
jective:
o Do you want to know the upper limit, under which the
probability of 95%? Then take 0.95 as the argument of the inverse cdf to get
said limit, and remember there is an inevitable chance of 100% 95% = 5%
o Do you want an upper and
is an inevitable chance of 5% / 2 = 2.5% for said value being less than the
4
In a nutshell, discrete
model. The pmf then tells the probability to observe a certain number of such events, e.g. 7. And the
cdf tells the probability to observe up to 7 such events, but not more.
For doing statistics with continuous statistical variables e.g. the heights of three-year-old toddlers
similar rules apply: Assume we know the applicable mathematical model. Then the respective cdf
tells the probability for their heights being less than an arbitrary limit value, for example less than 1m.
And the corresponding pdf l-
dren of this age.
WARNING: This is a very coarse sketch of this topic only please turn to textbooks about statis-
tics to learn dealing with it properly.
The terms pmf and pdf cdf to