Question

5 Random Numbers and Histograms [Applied] Let x = x1 + ... + x20, the sum of 20 independent Uniform(0,1) random variables. In

0 0
Add a comment Improve this question Transcribed image text
Answer #1

R Code:

library(ggplot2)

dataframe <- data.frame(x = rnorm(1000))

ggplot(dataframe, aes(x=x)) +
    geom_histogram(aes(y = ..density..), binwidth=0.3) +
    geom_density(fill="blue", alpha = 0.2)

Output:

0.4- 0.3- density 0.2- 0.1- 0.0- 2 0 N- X


answered by: ANURANJAN SARSAM
Add a comment
Answer #2

solution:

given data:

R code:

# creating the 1000 random variable
x=c()
for(i in 1:1000){
x[i]=sum(runif(20,0,1))
}
hist(x)

mu=mean(x)
#creating 1000 normal random variable
b=rnorm(1000,mean(x),sd(x))
b

hist(x)
par(new=T)
plot(density(b))

#comment we find that both are them are following the same distribuiton

please give me thumb up

Add a comment
Know the answer?
Add Answer to:
5 Random Numbers and Histograms [Applied] Let x = x1 + ... + x20, the sum...
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
  • . Let X1, X3, ..., X20 be a random sample of size n=20 tro 20 from...

    . Let X1, X3, ..., X20 be a random sample of size n=20 tro 20 from a normal distribution with a mean of 50 and a variance of 100. Find (Hint: use theorems 5.4-3 and 5.5-2): a. P(959.1 < 20 (X - 50)? < 3417) b. (890.7 < (X; - X)2 S 3014) 2 than the random variable, X, associate

  • 4. Let X have the following PDF: sin(x) , 0 < x < π , otherwise...

    4. Let X have the following PDF: sin(x) , 0 < x < π , otherwise Ix(x) = 0 Find the CDF of X Using the Probability Integral Transformation Theorem, describe the process of generating values from the density of X Using R, generate 1,000 values using your process in part b. Produce a histogram of these generated values, and overlay the density curve of X over top. (Hint: in R, the function acos calculates the inverse cosine function.) Using...

  • EXERCISES 4,3 θ) 6.1.1. Let X1,X2, ,Xn be a random sample on X that has a ra distribution, 0 < θ ...

    We were unable to transcribe this imageEXERCISES 4,3 θ) 6.1.1. Let X1,X2, ,Xn be a random sample on X that has a ra distribution, 0 < θ < oo. (a) Determine the mle of θ. (b) Suppose the following data is a realization (rounded) of a random sample on X. Obtain a histogram with the argubent pr-T (data are in ex6111.rda). 9 39 38 23 8 47 21 22 18 10 17 22 14 9 5 26 11 31 15...

  • Instructions: If you require uniformly distributed random numbers in [0, 1], use Matlab’s built i...

    Instructions: If you require uniformly distributed random numbers in [0, 1], use Matlab’s built in uniform random number generator rand. Also, you may NOT use any Matlab built-in functions that explicitly perform the task asked for in the problem. Problem 6. Let α > 0 and set f(x)- ae-ale, for x e(-oo, oo). (a) Make a plot of f (b) Show that f is a probability density function (Hint: -, when z S 0, and x-r, when 0.) (c) If...

  • Instructions: If you require uniformly distributed random numbers in [0, 1], use Matlab’s built i...

    Instructions: If you require uniformly distributed random numbers in [0, 1], use Matlab’s built in uniform random number generator rand. Also, you may NOT use any Matlab built-in functions that explicitly perform the task asked for in the problem. Problem 6. Let a > 0 and set f(x)for E (-00, oo). (a) Make a plot off (b) Show that f is a probability density function (Hint: -x, when r s 0, and lrlr, when r 2 0.) (c) If X...

  • 7. Let X be the random variable denoting the height of a randomly chosen adult individ- ual. If t...

    7. Let X be the random variable denoting the height of a randomly chosen adult individ- ual. If the individual is male, then X has a normal distribution with mean of = 70 inches with standard deviation of σ| 3.5 inches: while if the individual is female. then X has a normal distribution with mean μ0-66 inches and standard deviation of ơ0 3 inches. |Note: For computing probabilities and quantiles for the normal distribution, use the R functions pnorm, dnorm,...

  • 7. Let X be the random variable denoting the height of a randomly chosen adult individ-...

    7. Let X be the random variable denoting the height of a randomly chosen adult individ- ual. If the individual is male, then X has a normal distribution with mean of = 70 inches with standard deviation of σ| 3.5 inches: while if the individual is female. then X has a normal distribution with mean μ0-66 inches and standard deviation of ơ0 3 inches. |Note: For computing probabilities and quantiles for the normal distribution, use the R functions pnorm, dnorm,...

  • [25 points] Problem 4 - CDF Inversion Sampling ers coming from the U(0, 1) distribution into...

    [25 points] Problem 4 - CDF Inversion Sampling ers coming from the U(0, 1) distribution into In notebook 12, we looked at one method many pieces of statistical software use to turn pseudorandom those with a normal distribution. In this problem we examine another such method. a) Simulating an Exponential i) The exponential distribution has pdf f(x) = le-ix for x > 0. Use the following markdown cell to compute by hand the cdf of the exponential. ii) The cdf...

  • matlab Problem 6: The Matlab command 'randn(m,n) produces an m x n matrix of random numbers...

    matlab Problem 6: The Matlab command 'randn(m,n) produces an m x n matrix of random numbers that are a realization of a white random process with some probability density function. Moreover, the Matlab command 'rand(m,n)' produces an mxn matrix of random numbers between 0 and 1 that are a realization of a white random process with some probability density function. a) Use Matlab to do the following steps: 1) Let u-randn (10000,1); and plot u. 2) Use the command 'mean(u)'...

  • 5. Let X1, ..., X 100 be i.i.d. random variables with the probability distribution function f(x;0)...

    5. Let X1, ..., X 100 be i.i.d. random variables with the probability distribution function f(x;0) = 0(1 - 0)", r=0,1,2..., 0<o<1 Construct the uniformly most powerful test for H, :0= 1/2 vs HA: 0 <1/2 at the significance level a =0.01. Which theorems are you using? Hint: EX = 1, VarX = 10.

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