Stat 2000, Section 002, Homework Assignment 9 (30 Points)
(11/13/2015 - Due Friday 11/20/2015 by 10:35am)
- 0) Reading: Sections 5.1 & 5.2
- 1) Please work on the following textbook exercises in Moore/McCabe/Craig:
- Exercise 5.7 (1 point), 5.8 (1), 5.12 (2), 5.14 (2), 5.24 (2), 5.28 (2),
5.42 (2), 5.44 (2), 5.46 (2), 5.48 (2), 5.53 (2),
5.74 (1), 5.75 (1), 5.78 (2), 5.82 (1)
Use two approaches (whenever possible) when answering a numerical question
related to the Binomial distribution, i.e.,
(i) manually apply the formulas for factorials, binomial coefficients, and
the binomial probability formula, and
(ii) from within StatCrunch, select "Stat" -> "Calculators" -> "Binomial";
then enter n and p
and the relationship such as "<" or "=" and the value and click
on "Compute".
Are the two results exactly the same,
almost the same, or not identical at all? Why?
Be aware that in the final exam, you must use approach (i) for these questions,
but approach (ii) will allow you to check your results in the homework
before submitting your answers.
- 2) The Sampling Distribution of a Sample Mean in StatCrunch: (5 points)
- Load the file
http://www.math.usu.edu/~symanzik/teaching/2015_stat2000_fall/Population_FPP_StatCrunch.csv
into StatCrunch. We already explored the variables "Pop1", "Pop2", and "Pop3"
in class. You have to deal only with variables "Pop4" and "Pop5" in this question.
- First draw the histograms for these two variables. For the bins, set "start at"
to "-0.05" and "width" to "0.1". Add markers for the mean and the median.
At the bottom of the menu, indiate to use the same x-axis and y-axis and
increase "columns per page" to 2. Save the resulting two histograms and
submit as part of your answer. Describe the shape of both histograms and
compare mean and median. Use the proper statistical terms.
- Next, draw 1000 samples of size 10 from "Pop4" and compute the mean for
each sample (use `mean("Sample(Pop4)")' in the proper text field).
Repeat for 1000 samples of size 50, and repeat once more for
1000 samples of size 100.
- Then, do exactly the same for "Pop5".
- As your last two steps, you have to create histograms, QQ plots (optionally),
and numerical summaries of these sample outcomes:
For the bins of the histograms, set "start at"
to "0" and "width" to "0.025". Add markers for the mean and the median.
At the bottom of the menu, indiate to use the same x-axis and y-axis and
increase "rows per page" to 2 and "columns per page" to 3.
Save the resulting six histograms and
submit as part of your answer. Describe the shape of the six histograms and
compare mean and median. Use the proper statistical terms.
Does any of these histograms approximate a Normal distribution? Which one(s)?
If you are in doubt, look at the QQ plots and use them to determine
whether a particular set of samples is approximately Normal distributed.
So, which sample sizes would be sufficient to argue that the
sampling distribution of the sample mean is approximately Normal
for "Pop4" and "Pop5", respectively?
- Finally, create the numerical summaries of these sample outcomes
(and submit as part of your answer)
and compare with those from "Pop4" and "Pop5". How do the means of the
sample means relate to the population means? Use the proper statistical term.
And how do the standard deviations of the sample means relate to the
population standard deviation? Based on the population standard deviation,
what should the standard deviations of the sample means be, based on the
formula from Section 5.1? Are we close to these theoretical values or not?