Sign in

Libre University uses your GitHub account. Signing in is only needed to sit a final test, so the score is kept on your profile.

What makes an estimator good

1.[3p]

Why is (Xi-X)2 divided by n-1?

Correct
The answer is: Its expectation is $(n-1)\sigma^2$, because deviations are taken from $\bar{X}$ rather than from $\mu$
The answer is: Its expectation is $(n-1)\sigma^2$, because deviations are taken from $\bar{X}$ rather than from $\mu$
The answer is: Its expectation is $(n-1)\sigma^2$, because deviations are taken from $\bar{X}$ rather than from $\mu$

2.[2p]

A sample of 20 comes from a population with σ2=100. Dividing the sum of squared deviations by 20 instead of 19 gives an estimator with what expected value?

CorrectNot quite: 95

3.[2p]

If s2 is unbiased for σ2, then s is unbiased for σ.

The answer is: False
Correct

4.[2p]

Which is the correct decomposition of mean squared error?

Correct
The answer is: Variance plus squared bias
The answer is: Variance plus squared bias
The answer is: Variance plus squared bias

5.[3p]

Draws come from a uniform on [0,θ] with n=10. The variance of 2X is θ2/(3n) and that of the rescaled maximum is θ2/(n(n+2)). How many times larger is the first?

CorrectNot quite: 4

6.[2p]

For normal data the median's variance is π/2 times the mean's. A median from 1000 observations carries the information of a mean from how many?

CorrectNot quite: 637

7.[3p]

Which statements about consistency are correct?

Select all that apply

Correct
Correct
Correct
The answer is: An estimator whose bias and variance both tend to zero is consistent, Consistency says nothing about behaviour at any particular sample size, A biased estimator can still be consistent

8.[3p]

Match each property to its definition.

  • Bias

  • Mean squared error

  • Consistent

  • Efficient

  • converges in probability to θ

  • E[(θˆ-θ)2]

  • E[θˆ]-θ

  • smallest variance among unbiased rules

Show the answer

Bias: E[θˆ]-θ Mean squared error: E[(θˆ-θ)2] Consistent: converges in probability to θ Efficient: smallest variance among unbiased rules

9.[2p]

For a normal sample, estimating σ2 with divisor n+1 instead of n-1 gives a lower mean squared error. Why is n-1 still standard?

Correct
The answer is: Unbiasedness is preserved through later calculations, which the smaller-MSE choice is not
The answer is: Unbiasedness is preserved through later calculations, which the smaller-MSE choice is not
The answer is: Unbiasedness is preserved through later calculations, which the smaller-MSE choice is not