Fit a linear regression model as in q5 and plot your


1. Repeatedly (104 times) simulate the standardised sum of independent and identically distributed variates X , . . . ,Xn

2196_Simulate the standardised sum.png

and provide histogram plots, with the (suitably renormalised) standard normal density curve superimposed, for

(a) X1 ~ Exp(1) and n = 2, 6, 1000.
(b) X1 ~ Ber(3/4) and n = 5, 20, 100.

Supply your code.

2. Repeat the simulation in Q1a with n = 1000, and independently simulate an equal number of outcomes from the standard normal distribution using the Box{Muller method. Plot the empirical quantiles against eachother, together with the line y = x, and comment on the plausibility that the samples come from the same distribution. Supply your code.

3. Simulate 106 outcomes (X, Y ), where

X = Rcos(Θ) , Y = Rsin(Θ) ,

with Θ ~ U[0, 2Π), and R = 5 + S with S ~ Exp(1) independently of Θ. Provide a scatter plot of typical output, and give the (empirical) correlation. Comment on the correlation and dependence of (X, Y ). Supply your code.

4. Simulate 200 coin-flip experiments with success parameter p = 1=4, and compute the average number of successes b p, together with an approximate 95% confidence interval

1439_Simulate the standardised sum1.png

where zq is the q-th quantile of a standard normal variate. Repeat the experiment 104 times, and plot the approximate confidence intervals for each experiment, together with a line showing the true success parameter. Calculate the proportion of the 104 repeated experiments that contain the true success parameter, and comment. Supply your code.

5. Simulate N = 103 outcomes from the model

  Y = -2 + X + ε

where X ~ U[0, 1] and " ε ~ N(0, 0.12) independently. From your simulated outcomes of (X, Y ), fit a linear regression model to increasing numbers of outcomes (from N = 2 to N = 104) as

y = β0 + βx,

by using the solution to the normal equations to obtain estimates for β = (β0, β1) , via solving (ATA)β = ATy ,

where y = (y1, . . . , yN)T , and

708_Simulate the standardised sum2.png

Plot your estimates for β0 and β1 as N increases, together with a line indicating their true values. Supply your code.

6. Simulate N = 104 outcomes from the model

Y = -2 + X -X2 + ε

where X ~ U[0, 1] and ε ~ N(0, 0.12 ) independently. From your simulated outcomes of (X, Y ).

(a) Fit a linear regression model as in Q5, and plot your estimates for β0 and β1 as N increases, together with a line indicating their true values. Supply your code.

(b) Fit a quadratic regression model y = β01x+β2x2 , and plot your estimates for β0, β1, and β2 as N increases, together with a line indicating their true values.

Request for Solution File

Ask an Expert for Answer!!
Mathematics: Fit a linear regression model as in q5 and plot your
Reference No:- TGS0645762

Expected delivery within 24 Hours