Lecture Notes

Chapter 6 Theoretical Distributions Including the Normal Distribution


Theoretical distributions are useful because they model many situations in the real world. By knowing the properties of theoretical distributions, you can use them to predict the data of an empirical distribution. We will look at the properties of rectangular, binomial, and normal distributions. (Revised 2003-07-24)


or

  • for a coin coming up heads:

    probability = head (success) / head (success) + tail (failure)

    or

    probability = 1 / 1 + 1 = 1 / 2 = .50 (probabilities are expressed as decimals)

  • for a one showing up on a throw of a die:

    probability = one (success) / one (success) + two (failure) + three (failure) + four (failure) + five (failure) + six (failure)

    or

    probability = 1 / 1 + 1 + 1 + 1 + 1 + 1 = 1 / 6 = .167 (probabilities are expressed as decimals)

  • what is the probability of drawing the Ace of Hearts? (1/1 + 51)
  • what is the probability of drawing the two of spades? (1/1 + 51)
  • Odds
    • odds are the probability expressed as a fraction and reversed
      • what are the odds of drawing the Ace of Hearts? (52:1)
H
T
p
q
8
0
1/256
.004
7
1
8/256
.031
6
2
28/256
.109
5
3
56/256
.219
4
4
70/256
.273
3
5
56/256
.219
2
6
28/256
.109
1
7
8/256
.031
0
8
1/256
.004

256/256
1.000

Is this a theoretical or empirical distribution?

  • Tossing coins really
    • What happens if we throw a coin 10 times? How about 100 times? How about 1000 times?
    • Demo
  • Example (19, page 130) Proportion Between Two Scores
    • 800 scores on a general psychology test are normally distributed with a mean of 35, and a standard deviation of 6. What proportion of students had scores between 30-40? What is the probability that a randomly selelected student would score between between 30-40?
    • Solve by finding the z scores for 30 and 40, they are - or + 0.83, respectively. -0.83 converts to a proportion of .2967, doubling that gives .5934, the answer (or 59.34%). The probability is the same.
  • Example (23, page 131) Finding Extreme Scores
    • What IQ scores are only achieved by 5% of the population (upper and lower 2.5%)?
    • Solve by looking up the z score for .0250 (the equivalent of 2.5%). It is + or - 1.96. Then solve for X in the equation for each value. (rounds to scores of 129 and 71)



Back to Statistics Home Page