1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
iogann1982 [59]
3 years ago
13

Breaking stuff let {xi} n i=1 be a sample of random variables of size n with the property that xi ∼ n (µ, σ2 ) and cov(xi , xj )

= ρσ for all pairs i, j.
a.solve for the mean and variance of x¯.
b.what happens to the variance of x¯ as n → ∞?
c.why do the clt and lln fail in this situation?
d.using the provided code, simulate s = 1000 values of x¯ for n = 50, 100, 500. in all three cases calculate the mean and variance of the resulting distribution. create histograms for each. in this code, σ = 1 and ρ = .4. how does the variance for each n compare to the formula from part (a)?
Mathematics
1 answer:
hammer [34]3 years ago
4 0

With

\bar X=\displaystyle\sum_{i=1}^n\frac{X_i}n

we find the mean is

\mathrm E[\bar X]=\displaystyle\frac1n\sum_{i=1}^n\mathrm E[X_i]=\frac{n\mu}n=\mu

and the variance is

\mathrm V[\bar X]=\displaystyle\frac1{n^2}\mathrm V\left[\sum_{i=1}^nX_i\right]

\mathrm V[\bar X]=\displaystyle\frac1{n^2}\left(\sum_{i=1}^n\mathrm V[X_i]+2\sum_{1\le i

\mathrm V[\bar X]=\displaystyle\frac1{n^2}\left(n\sigma^2+2\frac{n(n-1)}2\rho\sigma\right)

\mathrm V[\bar X]=\dfrac{\sigma^2}n+\dfrac{n-1}n\rho\sigma

Then as n\to\infty, we find that \mathrm V[\bar X]\to\rho\sigma. Simply put, the failure of the CLT/LLN has to do with the fact that the X_i are not independent.

You might be interested in
What is the decimal equivalent of rational number
maks197457 [2]

Answer:

A rational number is a number that can be written as a ratio of two integers a and b, where b is not zero. For example, 4/7 is a rational number, as is 0.37 because it can be written as the fraction.

Step-by-step explanation:

7 0
3 years ago
What percent of 25 is 30
Thepotemich [5.8K]
0.833333333% is the answer
3 0
3 years ago
Please help me with this question!! :)
Gre4nikov [31]

Answer:

D. The last 26/8, 3-32, -Pi, -4 2/3

Step-by-step explanation:

26/8= 3.25

3-32=3.17

-Pi= -3.14

-4 2/3= -4.67

6 0
11 months ago
What is the value of X?
Leviafan [203]

Answer:

w = 31

Step-by-step explanation:

To find the value of w:

 We know that the three angles in a triangle add to 180 degrees

w + w + (4w-6) =180

Add like terms

6w-6 = 180

Add 6 to each side

6w -6+6 =180+6

6w = 186

Divide each side by 6

6w/6 = 186/6

w = 31

7 0
3 years ago
Which number represents 59% of 74??
alexandr1967 [171]

Answer:

43.66

Step-by-step explanation:

Just calculate 59% of 74

4 0
3 years ago
Other questions:
  • Is a directed segment with endpoints A(2,2) and B(14,14). In two or more complete sentences, explain how you would verify that P
    5·2 answers
  • How would I graph 2x+3y=−9
    14·1 answer
  • (03.02 HC)Amy, Dan, and Mike are competing in a cooking competition. They all used different amounts of milk from a container ho
    7·2 answers
  • 1. (02.01)<br> Solve 4(2x – 1) - 3 = 9(x - 4). (1 point)<br> -29<br> 32<br> 13<br> 29
    5·1 answer
  • Help me solve this: <br> 16-x=x
    6·1 answer
  • The following 13 real estate prices (in dollars) represent the sales prices for a city in the month of June: 389,950; 230,500; 1
    10·1 answer
  • 3/4(x-12) =12 solve for x
    14·2 answers
  • Leonard divides 70 by 8. Between what two whole numbers is his answer?
    9·1 answer
  • Reflect point a (1,1) over y axis
    5·2 answers
  • There are 20 marbles in a bag. 16 are red. The remaining are white. What is the probability of selecting a red marble
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!