Surfstat.australia: an online text in introductory Statistics

VARIATION AND PROBABILITY

INTRODUCTION

Discrete probability distributions

Consider an example with many possible outcomes: the age of person at his/her last birthday

Events:
A1 : age < 20 years
A2 : age 20 - 24 years and so on.

Age at last birthday (years)
<20 20-24 25-29 30-34 >34
Category Label A1 A2 A3 A4 A5
Probability P(A1) P(A2) P(A3) P(A4) P(A5)

In this example there are 5 categories (possible "events"). They do not overlap (there are no outcomes in common) so they are disjoint or mutually exclusive.

Complement

The complement of Ai is the event that Ai does not occur, but some other event occurs instead. Its probability is P(not Ai) = 1 - P(Ai)

Example - Reducing companies' discriminatory hiring practices

A company has come under pressure to eliminate discriminatory hiring practices (all its employees are overseas born women). Company officials have agreed with unions that during the next 5 years, 40% of their new employees will be men and 30% will be Australian born. 35% of new employees, though, will be overseas born women. What percentage of Australian born men are they committed to hire?
Men Women Total
Overseas   0.35  
Australian ?   0.3
Total 0.4    

Let us call the mutually exclusive and exhaustive events OM, OW, AM and AW.

P(W) = 1 - P(M) (complementary events)

P(W) = 1 - 0.4 = 0.6

P(W) = P(OW) + P(AW)

But P(W) = 0.6 and P(OW) = 0.35 so

P(AW) = P(W) - P(OW) = 0.6 - 0.35 = 0.25

P(A) = P(AM) + P(AW)

But P(A) = 0.3, P(AW) = 0.25

so P(AM) = P(A) - P(AW) = 0.3 - 0.25 = 0.05

i.e. 5% will be Australian born men.

Discrete Probability Distribution

This is a list of mutually exclusive and exhaustive outcomes of some process and the corresponding probabilities.

Example - 1 coin toss

Outcome: Head Tail
Probability: 1/2 1/2

Example - 1 fair die throw

There are 6 possible outcomes (i.e. #spots are 1,2,...,6)

Assume these are equally likely so each must have the probability of 1/6.
#spots: 1 2 3 4 5 6
Probability: 1/6 1/6 1/6 1/6 1/6 1/6

This is an example of a discrete uniform distribution.

Example - 3 coin tosses

Probability distribution for the number of heads obtained if 3 coins are tossed.

0 heads (TTT)

1 head (HTT, THT, TTH)

2 heads (HHT, HTH, THH)

3 heads (HHH)

There are 8 mutually exclusive and exhaustive outcomes.

Assume these are equally likely - i.e. each has a probability of 1/8

Then P(no heads) = P(TTT) = 1/8

P(one head) = P(HTT or THT or TTH)

= P(HTT) + P(THT) + P(TTH)

= 1/8 + 1/8 + 1/8 = 3/8

Similarly for 2 or 3 heads.

The probability distribution is
Number of heads: 0 1 2 3
Possibilities: 1/8 3/8 3/8 1/8

This is an example of a binomial probability distribution.


... Previous page Next page ...