|
Fall Semester 2002 |
In the first one you will plot the normal distribution. You will do it in two ways, in one plotting the distribution and in the other plotting the cumulative distribution. Read the section in the book for ways in which the cumulative distribution can be used to estimate probabilities. There will be more notes from Kirkup posted here too.
We've
done this (already) last Thursday.
In the second one you will make an experiment. The experiment is actually a simulation. There is a theorem (called The Central Limit Theorem) that states the following about sampling:
If X is a simple random sample of n elements from a large (infinite) population, then the distribution of the mean (when you repeatedly sample the population, calculate the mean and the sample, and plot it) approaches the bell-shaped distribution of a normal random variable when n goes to infinity (and beyond, if you will).In our example we will sample 500 times. Each time we take a small sample, 5 hot dogs (or breadsticks, if you want). We measure them. Their lengths are 12 inches plus or minus half an inch. The variation of the length is uniformly distributed in this interval from 11.5 to 12.5 inches. Well, in each sample we calculate the mean. Then we plot the histogram of the 500 means. We get a frequency distribution that is resembling the normal distribution. That's the way we verify the Central Limit Theorem. Again, use Kirkup to see if you can solve this problem, and how.
So in one experiment you
We will also analyze the following problem:
Sum of Two Dice.
What is the probability that the sum of the faces of two independently thrown dice total 7?
We have only six successful possibilities:
Given this table can you produce the probability distribution?
1 2 3 4 5 6 1 2 3 4 5 6 7 2 3 4 5 6 7 8 3 4 5 6 7 8 9 4 5 6 7 8 9 10 5 6 7 8 9 10 11 6 7 8 9 10 11 12
We now have the simple rule: count the number of different ways the compound event can occur in the original sample space of equally likely events (outcomes), then the probability of this compound event is the ration of the number of successes in the sample space to the total number of events in the original sample space. (See the example in lab tomorrow).
A113