Question

Conduct a study to determine how well the binomial distribution approxi mates the hypergeometric distribution. Consider a bag

which are red. A sample of size (0.10)n is taken. Let X be the number of red balls in the sample. Find P(X (0.02)n) for incre

Conduct a study to determine how well the binomial distribution approxi mates the hypergeometric distribution. Consider a bag with n balls, 25% of
which are red. A sample of size (0.10)n is taken. Let X be the number of red balls in the sample. Find P(X (0.02)n) for increasing values of n when | sampling is (i) with replacement and (i) without replacement. Use R
0 0
Add a comment Improve this question Transcribed image text
Answer #1

With replacement:

Here in the with replacement case the   XBin(0.10n, p) , where   p 0.25 .

XBin(0.1n,0.25)

Without replacement:

In the without replacement case   XHypergeometric(n, 0.25n, 0.1n)

Now we have to calculate the probability   PIX0.02n)    for each distribution and study if binomial distribution approximates the hypergeometric distribution for in creasing values of   n .

R-codes:

m=2:5
N=10^m
p=0.25
n=0.1*N
a=p*N
b=N-a
x=0.02*N
p1=round(phyper(x,a,b,n),digits = 8)
p2=round(pbinom(x,n,p),digits = 8)
P=matrix(c(n,p1,p2),ncol = 3,byrow = F)
colnames(P)=(c("n","Hypergeometric","Binomial"))
rownames(P)=sprintf("P(X<=%s)",x)
P

Output:

               n Hypergeometric   Binomial
P(X<=2)       10     0.52166241 0.52559280
P(X<=20)     100     0.13579398 0.14883105
P(X<=200)   1000     0.00005045 0.00010898
P(X<=2000) 10000     0.00000000 0.00000000

Conclusion:

From the above table we can see the probabilities from the binomial distribution is getting closer and closer to the values of probability from the hypergeometric distribution as the   n increases. So here we can say the binomial distribution approximates the hypergeometric distribution very well as for sufficiently large   n .

Add a comment
Know the answer?
Add Answer to:
Conduct a study to determine how well the binomial distribution approxi mates the hypergeometric distribution. Consider...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Compare the hypergeometric and binomial distributions. Suppose there is a sock drawer with N socks, each...

    Compare the hypergeometric and binomial distributions. Suppose there is a sock drawer with N socks, each placed loosely in the drawer (not rolled into pairs). The total number of black socks is m. You take out a random sample of n < m socks. Assume all the socks are the same shape, size, etc. and that each sock is equally likely to be chosen. Suppose the sampling is done without replacement. Calculate the probability of getting at least 2 black...

  • 9. The four conditions required for using a Binomial distribution are. (a) A fixed number of...

    9. The four conditions required for using a Binomial distribution are. (a) A fixed number of trials (n). b) On each trial, there are two possible outcomes, one of which we call a "success" (c) On each trial, P(success) is the same (d) The outcomes of each trial are independent For each of the following decide if the random variable defined (X) is a Binomial variable or not. If it is not a Binomial variable, say which of the four...

  • 4. (10 pts) For each of the following scenarios, determine whether the binomial distribution is an...

    4. (10 pts) For each of the following scenarios, determine whether the binomial distribution is an appropriate model (distribution) for the random variable X. If yes, identify the values of the parameters n and p. A. A fair coin is flipped 10 times. Let X = the number of times the coin comes up tails. A fair coin is flipped multiple times. Let X = the number of times the coin needs to be flipped until we see 10 tails....

  • Lesson 6.2.4: Binomial Distribution and Sample Proportions A sample proportion, such as the one computed in...

    Lesson 6.2.4: Binomial Distribution and Sample Proportions A sample proportion, such as the one computed in Question 4, is equal to a number of successes (x), divided by the sample size (n). The notation for a sample proportion is p, and it is computed by the formula p = Each value of x corresponds to a unique sample proportion ( p ), as computed by this formula. For example, x = 1 implies p = + - 0.10. These events,...

  • 1. Determine whether or not the random variable X is a binomial randon variable. If so...

    1. Determine whether or not the random variable X is a binomial randon variable. If so give the values of n and p. If not, explain why not. a. X is the number of dots on the top face of fair die that is rolled. b. X is the number of hearts in a five-card hand drawn (without replacement) from a well-shuffled ordinary deck c. X is the number of defective parts in a sample of ten randomly selected parts...

  • 4. (10 pts) For each of the following scenarios, determine whether the binomial distribution is an...

    4. (10 pts) For each of the following scenarios, determine whether the binomial distribution is an appropriate model (distribution) for the random variable X. If yes, identify the values of the parameters n and p. A. A fair coin is flipped 10 times. Let X = the number of times the coin comes up tails. B. A fair coin is flipped multiple times. Let X = the number of times the coin needs to be flipped until we see 10...

  • The Central Limit Theorem allows us to estimate the parameters as well as describe the distribution...

    The Central Limit Theorem allows us to estimate the parameters as well as describe the distribution for a sampling distribution. Which of the following descriptions is false? O If N is large, we can compute the standard error of the mean using a specified formula O None of these are false O If N is large, the mean of the sampling distribution is the same as the mean of the population from which the samples were selected. If N is...

  • Page < 6 > of 12 Lesson 6.2.4: Binomial Distribution and Sample Proportions NEXT STEPS We...

    Page < 6 > of 12 Lesson 6.2.4: Binomial Distribution and Sample Proportions NEXT STEPS We have formulas for the mean (center) and standard deviation (spread) of a distribution of sample proportions. Don't forget the shape! Your graph was bell shaped-symmetric, high in the middle and low at the ends. It is similar to a normal distribution, not smooth, but still bell shaped. Your instructor will now use a computer applet to demonstrate the way that binomial distributions and distributions...

  • LetX,X2, , XnLLd. Bernoulli(p), and let Y-Σ,Xi. Then we know that Y-Binomial(n, p). 5. Consider t...

    LetX,X2, , XnLLd. Bernoulli(p), and let Y-Σ,Xi. Then we know that Y-Binomial(n, p). 5. Consider the hypotheses Hop-po against HA:p#po- a. Find the likelihood function of p in terms of random variable Y, L(p). b. Construct the (generalized) likelihood ratio λ(v). Hint: what is pMLE?] C. (i) For the particular case of po 0.25 and n 5, fill in the table: 3 4 A(y) (ii) Rearrange the table in the order of increasing of values of 2, and compute cumulative...

  • please solve b and c part i) 0,25. For rand population, obta Jon distribution of X...

    please solve b and c part i) 0,25. For rand population, obta Jon distribution of X and Y. Are 8 and Y Hupunuent? 4+2 (b) Ages of 5 persons have me ons have incan recorded as (in years) 14, 19. 17, 25. For random samples of size 3 drawn without replacement from this ulation, obtain the sampling distribution of sample mean (K). Show at the mean of x equals the population mean and obtain the standard 2+2+2 (c) (i) Form...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
Active Questions
ADVERTISEMENT