Question
Question 1, 2

or similar to demonstrate the central limit theorem. sample mean when the population distribution is expo- pling distribution
0 0
Add a comment Improve this question Transcribed image text
Answer #1

if X \sim exp (1) Then the mean E(X)=1 and standard devaition is also 1.

simulation of exp(1) is carried out using R

The R code and output is as follows

n=10000
set.seed(1)
for(i in 1 :n)
{
x[i]=rexp(1,1)
mean[i]=mean(x)
sd[i]=sd(x)
}
mean
sd

##########################################################

From the output given above we can see that the mean and standard deviation are close to the theoritical value.

Give thumbs up if you are satisfied else please comment for further clarifications

Add a comment
Know the answer?
Add Answer to:
Question 1, 2 or similar to demonstrate the central limit theorem. sample mean when the population...
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
  • Use the Central Limit Theorem to find the mean and standard error of the mean of...

    Use the Central Limit Theorem to find the mean and standard error of the mean of the sampling distribution. Then sketch a graph of the sampling distribution. The mean price of photo printers on a website is ​$243 with a standard deviation of ​$59. Random samples of size 26 are drawn from this population and the mean of each sample is determined. The mean of the distribution of sample means is _______.

  • Use the Central Limit Theorem to find the mean and standard error of the mean of...

    Use the Central Limit Theorem to find the mean and standard error of the mean of the sampling distribution. Then sketch a graph of the sampling distribution The mean price of photo printers on a website is $250 with a standard deviation of $63. Random samples of size 20 are drawn from this population and the mean of each sample is determined. The mean of the distribution of sample means is The standard deviation of the distribution of sample means...

  • Use the Central Limit Theorem to find the mean and standard error of the mean of...

    Use the Central Limit Theorem to find the mean and standard error of the mean of the sampling distribution. Then sketch a graph of the sampling distribution. The mean price of photo printers on a website is ​$240 with a standard deviation of ​$60. Random samples of size 35 are drawn from this population and the mean of each sample is determined.

  • Question 19 (8 points) Determine in each of the following situations whether the Central Limit Theorem...

    Question 19 (8 points) Determine in each of the following situations whether the Central Limit Theorem applies in order to conclude that sampling distribution of the sample mean, that X-NI 7-N (M, ) For each distribution, determine whether CLT applies. If it does not, then enter NA as your answer in the blank number that corresponds to the distribution number. If it does, then enter the shape of the sample means as your first item in a list, the mean...

  • Use the central limit theorem to find the mean and standard error of the mean of...

    Use the central limit theorem to find the mean and standard error of the mean of the indicated sampling distribution. Then sketch a graph of the sampling distribution. The per capita consumption of red meat by people in a country in a recent year was normally​ distributed, with a mean of 105 pounds and a standard deviation of 37.3 pounds. Random samples of size 20 are drawn from this population and the mean of each sample is determined.

  • Use the central limit theorem to find the mean and standard error of the mean of...

    Use the central limit theorem to find the mean and standard error of the mean of the indicated sampling distribution. Then sketch a graph of the sampling distribution The per capita consumption of red meat by people in a country in a recent year was normally devoted, with a mean of 116 pounds and a standard deviation of 37.0 pounds. Random samples of size 19 are drawn from this population and the mean of each sample is determined

  • Use the central limit theorem to find the mean and standard error of the mean of...

    Use the central limit theorem to find the mean and standard error of the mean of the indicated sampling distribution. Then sketch a graph of the sampling distribution The per capita consumption of red meat by people in a country in a recent year was normally distributed, with a mean of 120 pounds and a standard deviation of 39.7 pounds. Random samples of size 18 are drawn from this population and the mean of each sample is determined. 0

  • Use the central limit theorem to find the mean and standard error of the mean of...

    Use the central limit theorem to find the mean and standard error of the mean of the indicated sampling distribution. Then sketch a graph of the sampling distribution (optional) The per capita consumption of red meat by people in a country in a recent year was normally distributed, with a mean of 106 pounds and a standard deviation of 39.5 pounds. Random samples of size 19 are drawn from this population and the mean of each sample is determined

  • ORMAL CURVES AND SAMPLING DİSTRIBUTIONS Basic Computation: Central Limit Theorem Suppose x has a distributi on...

    ORMAL CURVES AND SAMPLING DİSTRIBUTIONS Basic Computation: Central Limit Theorem Suppose x has a distributi on with a mean of 20 and a standard deviation of 3. Random samples of size n are drawn. (a) Describe the a distribution and compute the mean and standard deviation of the distribution. (b) Find the z value corresponding to x = 19. (c) Find Pr < 19) (d) Interpretation Would it be unusual for a random sample of size 36 from the x...

  • In the notes there is a Central Limit Theorem example in which a sampling distribution of means i...

    R Programming codes for the above questions? In the notes there is a Central Limit Theorem example in which a sampling distribution of means is created using a for loop, and then this distribution is plotted. This distribution should look approximately like a normal distribution. However, not all statistics have normal sampling distributions. For this problem, you'll create a sampling distribution of standard deviations rather than means. 3. Using a for loop, draw 10,000 samples of size n-30 from a...

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
ADVERTISEMENT