Question

Please show your steps for the question below(include R codes if possible): Let X1, X2, ...,...

Please show your steps for the question below(include R codes if possible):

Let X1, X2, ..., X30 be i.i.d Poisson random variables with a mean of 5. Find the probability that the sample mean X is between 4 and 6.

Homework Answers

Answer #1
this is Poisson distribution with parameter λ=5
here mean of distribution=μ=λ= 5
varaince =σ2=λ= 5
standard deviation σ=√λ= 2.236

fro n=30 and normal approximation:

here mean=       μ= 5
std deviation   =σ= 2.236
sample size       =n= 30
std error=σ=σ/√n= 0.40825
probability =P(4<X<6)=P((4-5)/0.408)<Z<(6-5)/0.408)=P(-2.45<Z<2.45)=0.9928-0.0072=0.9857

(R code:

> pnorm(6,5,sqrt(5/30))-pnorm(4,5,sqrt(5/30))
[1] 0.9856941

Know the answer?
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
Similar Questions
Let X1, X2 be two normal random variables each with population mean µ and population variance...
Let X1, X2 be two normal random variables each with population mean µ and population variance σ2. Let σ12 denote the covariance between X1 and X2 and let ¯ X denote the sample mean of X1 and X2. (a) List the condition that needs to be satisfied in order for ¯ X to be an unbiased estimate of µ. (b) [3] As carefully as you can, without skipping steps, show that both X1 and ¯ X are unbiased estimators of...
Suppose X1, X2, . . . , X21 are i.i.d. Poisson random variables with rate parameter...
Suppose X1, X2, . . . , X21 are i.i.d. Poisson random variables with rate parameter λ = 1/2. Estimate, using simulation, the probability that the sample mean is larger than the sample median. How do you do this using R?
Let X1 and X2 be independent Poisson random variables with respective parameters λ1 and λ2. Find...
Let X1 and X2 be independent Poisson random variables with respective parameters λ1 and λ2. Find the conditional probability mass function P(X1 = k | X1 + X2 = n).
Let X1, X2, X3 be a random sample of size 3 from a distribution that is...
Let X1, X2, X3 be a random sample of size 3 from a distribution that is Normal with mean 9 and variance 4. (a) Determine the probability that the maximum of X1; X2; X3 exceeds 12. (b) Determine the probability that the median of X1; X2; X3 less than 10. (c) Determine the probability that the sample mean of X1; X2; X3 less than 10. (Use R or other software to find the probability.)
1. A fair dice is rolled twice. Let X1 and X2 be the numbers that show...
1. A fair dice is rolled twice. Let X1 and X2 be the numbers that show up on rolls 1 and 2. Let X¯ be the average of the two rolls: X¯ = (X1 + X2)/2. Find the probability that X >¯ 4.
Let X = (X1, X2) T be a two-dim random vector, and (R, Θ) be its...
Let X = (X1, X2) T be a two-dim random vector, and (R, Θ) be its polar coordinates, i.e. X1 = R cos(Θ) and X2 = R sin(Θ). Show that X is spherically symmetric if and only if R and Θ are independent, and Θ ∼Uniform(0, 2π).
Let X1, X2, X3 be a random sample of size 3 from a distribution that is...
Let X1, X2, X3 be a random sample of size 3 from a distribution that is Normal with mean 9 and variance 4. (a) Determine the probability that the maximum of X1; X2; X3 exceeds 12. (b) Determine the probability that the median of X1; X2; X3 less than 10. Please I need a solution that uses the pdf/CDF of the corresponding order statistics.
Let θ > 1 and let X1, X2, ..., Xn be a random sample from the...
Let θ > 1 and let X1, X2, ..., Xn be a random sample from the distribution with probability density function f(x; θ) = 1/xlnθ , 1 < x < θ. c) Let Zn = nlnY1. Find the limiting distribution of Zn. d) Let Wn = nln( θ/Yn ). Find the limiting distribution of Wn.
Let the vectors a and b be in X = Span{x1,x2,x3}. Assume all vectors are in...
Let the vectors a and b be in X = Span{x1,x2,x3}. Assume all vectors are in R^n for some positive integer n. 1. Show that 2a - b is in X. Let x4 be a vector in Rn that is not contained in X. 2. Show b is a linear combination of x1,x2,x3,x4. Edit: I don't really know what you mean, "what does the question repersent." This is word for word a homework problem I have for linear algebra.
Please include steps. Let x be a binomial random variable with n=4 and p=0.8. Find the...
Please include steps. Let x be a binomial random variable with n=4 and p=0.8. Find the following. P(X = 3) P(X < 4)