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
on another training ride Janet box 15 miles in 50 minutes explain how you could find the number of miles she bikes in 1 hour​
Yanka [14]

Answer: 1.2miles

Step-by-step explanation:

Divide 15 by 50 to get how far she rides in 1 minute that multiply that by 60 to get how far she rides in 1 hour.

3 0
3 years ago
What is the measure of angle x?
Kitty [74]

The two horizontal lines are parallel.

This makes the 80 degree angle and the angle ox x and 20 degrees are alternate interior angles and are the same.

This means x + 20 needs to equal 80.

X = 80-20 = 60 degrees.

8 0
3 years ago
Read 2 more answers
The ratio of students to faculty members in high school is 23:5. If there are 80 faculty members, how many students are there
Rzqust [24]

Answer: 368

Step-by-step explanation: 80 divided by 5 is 16, so you would use 16 to find out how many students there are. To do that, you have to do 23 times 16, which is 368. Hope this helps!

7 0
3 years ago
Givenf(x)=6(8−x)+5.<br> (a) What does the notation f (−2) mean? (b) What is the value of f (−2) ?
Nonamiya [84]

Answer:

b. 65

a. The notation f(-2) means that we want to evaluate the value of the equation when x = -2

Step-by-step explanation:

A. The notation f(-2) means that we want to evaluate the value of the equation when x = -2

B. We will simply substitute the value of 2 for x

f(x) = 6(8-x) + 5

f(-2) = 6(8 - (-2)) + 5

f(-2) = 6(8 + 2) + 5

f(-2) = 6(10) + 5 = 60 + 5 = 65

5 0
3 years ago
Write the number eighteeb in another way
makvit [3.9K]

Standard form - eighteen


number form - 18


expanded form - 10 + 8

8 0
3 years ago
Read 2 more answers
Other questions:
  • What is the expression in radical form?
    14·2 answers
  • In your own words define what it means to simplify. Give an example of a math problem that needs to be simplified, and then simp
    9·2 answers
  • a fountain on a lake sprays water in a parabolic arch modeled by the equation y = -0.3x^2 + 3x. a beam of light modeled by the e
    14·1 answer
  • Help quickly for 5 stars and brainliest!
    13·1 answer
  • Brittany bought a dress that cost $22.50. If the sales tax is 6.5%,how much tax did she pay?
    8·2 answers
  • A nurse opens a case that has a total of 160 ounces of med. If each vial in the case holds 11/3 oz of me how many vials are in t
    5·1 answer
  • PLS ANSWER WILL MAKE BRAINLIEST
    14·1 answer
  • What is the absolute value of a number
    11·1 answer
  • Post Test: Introduction to Geometry and Transformations
    7·1 answer
  • Write the statement as an equation." Three is subtracted from the reciprocal of a number. Let x be equal to the number .
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!