You are working with the text-only light edition of "H.Lohninger: Teach/Me Data Analysis, Springer-Verlag, Berlin-New York-Tokyo, 1999. ISBN 3-540-14743-8". Click here for further information.

Independent Events

A and B are independent events if the occurrence of B does not influence the probability that A occurs, and vice versa:

P(A|B) = P(A)
and
P(B|A) = P(B).

Experiments are usually (or should be) planned such that they are independent.

Example:

A coin is tossed twice and we define the events A{the 1st toss is a head} and B{the 2nd toss is a head}. Does the result of the first toss affect the result of the second toss? Intuitively, we would say 'No', but we want to prove it.

P(A) = P(HH) + P(HT) = ½ , P(B) = P(TH) + P(HH) = ½.
P(B|A) = P(A Ç B) / P(A) = P(HH) / P(A) = ¼ / ½ = ½

We see that P(B|A) = P(B), i.e. the event A has no influence on the outcome of B. The events are independent of each other.

NOTE

Independence of several events

When , then all sub-events Ei are independent, too. A set of events is independent if every finite subset of these events is independent, too. Sometimes the probability of an experiment consists of a series of sub-experiments (tossing coins several times, one toss). In many cases we can assume that outcomes are independent. If all the experiments are identical and if the experiments have the same sample space and probability, we speak of trials.

Last Update: 2004-Jul-03