Stats question, how to get expected values

  • Thread starter Thread starter wtmoore
  • Start date Start date
  • Tags Tags
    Stats
wtmoore
Messages
20
Reaction score
0

Homework Statement



I have taken a random sample such that X~N(8,2).

I want to use the samples that I have generated to estimate E(xbar), E(s2), E(α21) and E(α22) for the population.

Homework Equations


The Attempt at a Solution



I am not entirely sure how to do these.

I know that for a random variable, E(x)= (x1 + x2 ... +xn)/n, but I am not sure if this is the same for a sample/xbar.

I have googled and can't find the formulas, does anyone know them here?

I know for s^2 that E(s^2) = E[{sum(i to n) (xi-xbar)^2}/(n-1)]

so now I can bring the 1/(n-1) out front of the E, but I'm not sure how the summation acts.
 
Last edited:
Physics news on Phys.org
You are confusing some concepts. You want to estimate say, the mean of the random variable X μ=E{X}, you use the estimator \bar{x}=\frac{1}{N}\sum_nx_n where x_n are the samples of X. You can prove E[\bar{x}]=\mu so that the estimator which is a function of the samples has an expected value that is equal to the mean μ of X, so that this estimator is unbiased. Now try to find unbiased estimators of other parameters of the random variable X that you want to estimate, as a function of the samples, i.e., the expected values are equal to the parameters you want to estimate.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top