Problem 1 (20 pts). Normal distributions are used to approximate the sampling di
ID: 3180527 • Letter: P
Question
Problem 1 (20 pts).
Normal distributions are used to approximate the sampling distribution of the sample proportion ˆp when sample size is large (i.e., when np 10, n(1 p) 10). Similarly, we can use a normal distribution to approximate a Binomial distribution when sample size is large, as shown in the lecture notes. However, the accuracies of these approximations are unclear (i.e., how close are the approximate answers to the exact answers if exact answers are available)? Here, you are asked to evaluate the accuracies of the normal approximations in several situations, based on a random variable X which follows the Binomial distribution B(n, p). You can easily obtain exact binomial probabilities from software R with command “pbinom” (some books also give exact binomial probability table. Calculating the exact binomial probabilities by hand is also feasible, though a bit tedious). For the following questions, you can obtain exact binomial probabilities using any of these approaches.
(a) (12 pts). Compute the following probabilities using both the Binomial distribution X B(n, p) (which gives an exact answer) and its normal approximation X N(np, p np(1 p)) (which gives an approximate answer), and compare the two answers to see if they are close or not:
(i) choose n = 10 and p = 0.2, and then compute P(X 3) using both methods;
(ii) choose n = 10 and p = 0.4, and then compute P(X 3) using both methods;
(iii) choose n = 50 and p = 0.2, and then compute P(X 8) using both methods;
(iv) choose n = 50 and p = 0.4, and then compute P(X 8) using both methods;
Summarize the above results in a table and state your conclusions in no more than three sentences (i.e., in what cases the normal approximations seem most accurate – the exact answers and approximate answers are closest).
(b) (8 pts). The sample proportion ˆp can be defined as ˆp = X/n, where X B(n, p). For the four cases (i)–(iv) in question (a), compute the probabilities P(ˆp 0.3) using normal approximations (i.e., ˆp N(p, p p(1 p)/n)). Intuitively (or based on what you have observed in (a)), which approximation(s) do you think may be the most accurate one? (Note: the sample proportion ˆp has no exact distribution available, so we have to use normal approximations.)
Explanation / Answer
When n =10, p= 0.2, exact binomial probability nearly equal to first normal approximation but not in second approximation.
When n =10, p= 0.4, exact binomial probability nearly not equal to first normal approximation and also not in second approximation.
When n =50, p= 0.2, exact binomial probability nearly not equal to first normal approximation and also not in second approximation.
When n =50, p= 0.4, exact binomial probability nearly not equal to first normal approximation and also not in second approximation.
Note- generally normal approximation to binomial and exact binomial probabilites are nearly equal and close to each other. I used normal approximation using your problem when probability of success increase then for same sample size the exact binomial probability differs from the normal approximation.
n p n*p sqrt(p*n*p*(1-p)) sqrt(p*p*(1-p)/n) Exact Binomial ProbP Prob using first Approximation Prob using secod Approximation 10 0.2 2 0.5657 0.0566 0.8791 0.9615 1 10 0.4 4 0.9798 0.0980 0.3823 0.1537 1 50 0.2 10 1.2649 0.0253 0.3037 0.0569 1 50 0.4 20 2.1909 0.0438 0.0002 0.0000000216 1Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.