Question

(1) Generate 80 normally distributed random variables with the mean 30 and the standard deviation 8,...

(1) Generate 80 normally distributed random variables with the mean 30 and the standard deviation 8, and store them in the vector ‘rand.vec. Then plot their empirical distribution function. (2) Given a normal distribution with the mean 30 and the standard deviation 8, find the two values of x that contain the middle 70% of the normal curve area. (3) Calculate the probability for 2.5 < X < 10 in a Poisson distribution with the mean 6

use in R code

Homework Answers

Answer #1

1)

set.seed(12344)
rand.vac<-rnorm(80,30,8)
randcdf=ecdf(rand.vac)
plot(randcdf,xlab = 'Sample Quantiles', ylab = '', main = 'Empirical Cumluative Distribution')

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
assume the random variable X is normally distributed with a mean 80 in standard deviation 9.4...
assume the random variable X is normally distributed with a mean 80 in standard deviation 9.4 find the P (x>72) find the P (95<x<105) find x so that the area above x is .80
assume the random variable x is normally distributed with mean 80 and standard deviation 4. Find...
assume the random variable x is normally distributed with mean 80 and standard deviation 4. Find the indicated Probability P (70<×<76)
A variable x is normally distributed with a mean of 2.34 and a standard deviation of...
A variable x is normally distributed with a mean of 2.34 and a standard deviation of 3.4. Consider the standard normal curve. Find the area between -5.34 and 2.34.
A random variable is normally distributed with a mean of 80 and a standard deviation of...
A random variable is normally distributed with a mean of 80 and a standard deviation of 6. a) Find P(X < 75.5) b) Find P(X > 82) c) Find P(77 < X < 84.8)
A population is distributed normally with a mean of 110 and a standard deviation of 30....
A population is distributed normally with a mean of 110 and a standard deviation of 30. a) P(X > 130) b) P( 70 < X < 130)
Assume that the random variable X is normally distributed, with mean 80 and standard deviation 15...
Assume that the random variable X is normally distributed, with mean 80 and standard deviation 15 Compute the probability P(X > 79).
assume the random variable X is normally distributed with mean 50 in standard deviation =7 compute...
assume the random variable X is normally distributed with mean 50 in standard deviation =7 compute the probability, be sure to draw a normal curve with area corresponding to the probability shaded P(54 less than eaual to X less than equal to 66) =
1. Men’s heights are normally distributed with a mean of 69" and a standard deviation of...
1. Men’s heights are normally distributed with a mean of 69" and a standard deviation of 2.5". Draw the distribution curve; label the mean and 3 standard deviations above and below the mean. Answer the following question: a. Between what heights do 68% of men fall? b. What percentage of men are shorter than 74"? c. What percentage of men are taller than 65"? 2. The middle 95% of adults have an IQ between 60 and 140. Assume that IQ...
A set of exam scores is normally distributed with a mean = 80 and standard deviation...
A set of exam scores is normally distributed with a mean = 80 and standard deviation = 10. Use the Empirical Rule to complete the following sentences. 68% of the scores are between _____ and ______. 95% of the scores are between ______ and _______. 99.7% of the scores are between _______ and ________. Get help: Video
Assume the random variable X is normally distributed with mean μ=50 and standard deviation σ=7. Compute...
Assume the random variable X is normally distributed with mean μ=50 and standard deviation σ=7. Compute the probability. Be sure to draw a normal curve with the area corresponding to the probability shaded. What is P(56 ≤ X ≤ 66) ?