Question

Estimate the mean and variance of a Poisson random variable whose mean is 7.2 by simulating...

Estimate the mean and variance of a Poisson random variable whose mean is 7.2

by simulating 10000 Poisson pseudorandom numbers. Compare with the

theoretical values.

Please include R-code

Homework Answers

Answer #1

R-code Input:

R-code output:

Here we get,

Theoretical mean=7.2

Theoretical variance=7.2

Sample mean=7.2212

Sample variance=7.180271

Both sample and theoretical values are nearly equal

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
Generate 100 instances of a Poisson(3) random variable. What is the mean? What is the variance...
Generate 100 instances of a Poisson(3) random variable. What is the mean? What is the variance as computed by the R function var?
1. Show that if X is a Poisson random variable with parameter λ, then its variance...
1. Show that if X is a Poisson random variable with parameter λ, then its variance is λ 2.Show that if X is a Binomial random variable with parameters n and p, then the its variance is npq.
Let X be a random variable which follows a Poisson distribution whose parameter is equal to...
Let X be a random variable which follows a Poisson distribution whose parameter is equal to 1 . Determine E (X | 4 <X <14).
5) R Code: Overlap a histogram of 10000 random values from Z ∼ N(0,1) with the...
5) R Code: Overlap a histogram of 10000 random values from Z ∼ N(0,1) with the histogram below. Include your code X = hist(replicate(10000, (mean(rbinom(50, 1, 0.1))))
5.2.12. Let the random variable Zn have a Poisson distribution with parameter μ = n. Show...
5.2.12. Let the random variable Zn have a Poisson distribution with parameter μ = n. Show that the limiting distribution of the random variable Yn =(Zn−n)/√n is normal with mean zero and variance 1. (Hint: by using the CLT, first show Zn is the sum of a random sample of size n from a Poisson random variable with mean 1.)
A random variable X is normally distributed with a mean of 121 and a variance of...
A random variable X is normally distributed with a mean of 121 and a variance of 121, and a random variable Y is normally distributed with a mean of 150 and a variance of 225. the random variables have a correlation coefficient equal to 0.6. Find the mean and variance of the random variable : W= 6X + 3Y
A random variable X is normally distributed with a mean of 81 and a variance of...
A random variable X is normally distributed with a mean of 81 and a variance of 81 and a random variable Y is normally distributed with a mean of 160 and a variance of 256 The random variables have a correlation coefficient equal to negative 0.5 Find the mean and variance of the random variable below. Wequals=55Xminus−88Y
A random variable X is normally distributed with a mean of 100 and a variance of...
A random variable X is normally distributed with a mean of 100 and a variance of 100​, and a random variable Y is normally distributed with a mean of 180 and a variance of 324. The random variables have a correlation coefficient equal to −0.4. Find the mean and variance of the random variable below.W=2X−4Y μW= ​(Type an integer or a​ decimal.) σ2W= ​(Type an integer or a​ decimal.)
Let ? and ? be independent random variables. Random variable ? has mean ?? and variance...
Let ? and ? be independent random variables. Random variable ? has mean ?? and variance ?^2?, and random variable ? has mean ?? and variance ?^2? a) Prove that ?[?⋅?]=??⋅?? Guidance: Start with ?[?⋅?]=ΣΣ??⋅???(?,?)??, and then use the definition of independent random variables. b) Use a) to prove that ???(??+??)=?^2???(?)+?^2???(?). Guidance: Use the formula proved in the class ???(?)=?[?^2]−?^2[?]. c) Let ? =5?+3?. Find the mean and variance of ? in terms of the means and variances of ?...
Let X be a random variable with a mean of 9 and a variance of 16....
Let X be a random variable with a mean of 9 and a variance of 16. Let Y be a random variable with a mean of 10 and a variance of 25. Suppose the population correlation coefficient between random variables X and Y is -0.4. a) Find the mean of the random variable W = 3X - 5Y. b) Find the standard deviation of the random variable Z = X + Y