A variety of mathematical aids to probability analysis and calculations.
Series
Geometric series From the expression
, we obtain
For
, these sums converge to the geometric series
Differentiation yields the following two useful series:
For the finite sum, differentiation and algebraic manipulation yields
Exponential series .
Simple algebraic manipulation yields the following equalities usefulfor the Poisson distribution:
Sums of powers of integers
Some useful integrals
The gamma function Integration by parts shows
By induction
For a positive integer
By a change of variable in the gamma integral, we obtain
A well known indefinite integral gives
For any positive integer
m ,
The following integrals are important for the Beta distribution.
For nonnegative integers
Some basic counting problems
We consider three basic counting problems, which are used repeatedly as components of
more complex problems. The first two,
arrangements and
occupancy are
equivalent. The third is a basic
matching problem.
Arrangements of
r objects selected from among
n distinguishable
objects.
The order is significant.
The order is irrelevant.
For each of these, we consider two additional alternative conditions.
No element may be selected more than once.
Repitition is allowed.
Occupancy of
n distinct cells by
r objects. These objects are
Distinguishable.
Indistinguishable.
The occupancy may be
Exclusive.
Nonexclusive (i.e., more than one object per cell)
The results in the four cases may be summarized as follows:
We reduce the problem to determining
, as follows:
Select
k places for matches in
ways.
Order the
remaining elements so that no matches in the other
places.
Some algebraic trickery shows that
is the integer nearest
. These are
easily calculated by the MATLAB command
M = round(gamma(n+1)/exp(1)) For example
>>M = round(gamma([3:10]+1)/exp(1));>>disp([3:6;M(1:4);7:10;M(5:8)]')3 2 7 1854
4 9 8 148335 44 9 133496
6 265 10 1334961
Extended binomial coefficients and the binomial series
The ordinary
binomial coefficient is
for integers
For any real
x , any integer
k , we extend the definition by
and
Then
Pascal's relation holds:
The power series expansion about
shows
For
, a positive integer, the series becomes a polynomial of degree
n .
Cauchy's equation
Let
f be a real-valued function defined on
, such that
, and
There is an open interval
I on which
f is bounded
above (or is bounded below).
Then
Let
f be a real-valued function defined on
such that
, and
There is an interval on which
f is bounded above.
Then, either
, or there is a constant
a such that
[For a proof, see Billingsley,
Probability and Measure , second edition, appendix A20]
Countable and uncountable sets
A set (or class) is
countable iff either it is finite or its members can be
put into a one-to-one correspondence with the natural numbers.
Examples
The set of odd integers is countable.
The finite set
is countable.
The set of all rational numbers is countable. (This is established by
an argument known as diagonalization).
The set of pairs of elements from two countable sets is countable.
The union of a countable class of countable sets is countable.
A set is
uncountable iff it is neither finite nor can be put into a one-to-one
correspondence with the natural numbers.
Examples
The class of positive real numbers is uncountable. A well known operation shows that
the assumption of countability leads to a contradiction.
The set of real numbers in any finite interval is uncountable, since these can be
put into a one-to-one correspondence of the class of all positive reals.