Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a R program of the following question. Let S1 = X1 + Y1, S2 = X2 + Y2, .., S40 = X40 + Y40

Create a R program of the following question.

Let S1 = X1 + Y1, S2 = X2 + Y2, .., S40 = X40 + Y40 be a sample where

X1, X2, .., X40 is a sample from Unif(-1,1), and

Y1, Y2, .., Y40 is a sample from Exp(1.1).

Calculate the upper-tailed, two-tailed, and lower-tailed 90% confidence interval for the variance of S.

Note: Use at least a hundred thousand simulated samples to generate sampling distribution for the variance of S.

Hint: Variance must be computed as the sample variance of the sequence of 40 numbers s1,s2,...,s40, where s1 is the sum of the first random number from the Unif(-1,1) and the first random number from the Exp(0.65), etc. Think of sequence (vector) s as the entry-by-entry sum of sequences (vectors) x and y.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Auditing Cases An Active Learning Approach

Authors: Mark S. Beasley, Frank A. Buckless, Steven M. Glover, Douglas F. Prawitt

2nd Edition

0130674842, 978-0130674845

Students also viewed these Mathematics questions