Topic 7 - Estimation Flashcards

1
Q

What is an estimator

A
  • An estimator of a population parameter is a random variable that depends on sample information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does an estimator provide

A
  • An approximation to an unkown parameter
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an estimate

A
  • A specific value of the estimator random variable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are point and interval estimates

A
  • A point estimate is a single number
  • A confidence interval provides additional information about variablility
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the first property of an estimator

A
  • Unbiasedness
  • A point estimator θ hat is said to be an unbiased estimator of the parameter θ if the expected value, or mean of the sampling distribution of θ hat is θ
  • E(θ hat) = θ
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does it mean if we have a biased estimator

A
  • The estimate we see comes from a distribution which is not centered around the real parameter
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How is the Bias of an estimator calculated

A
  • Bias(θ hat) = E(θ hat) - θ
  • The bias of an unbiased estimator is 0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the second property of an estimator

A
  • Efficiency
  • If we have multiple unbiased estimators of θ, the most efficient is the one with the smallest variance
  • If var(θ hat 1) < var(θ hat 2) then θ hat 1 is more efficient
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How is the relative efficiency of two unbiased estimators calculated

A
  • var(θ hat 2) / var(θ hat 1)
  • Relative efficiency of theta hat 1 with respect to theta hat 2
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What do both properties consistency and unbiasedness assume

A
  • That the data consists of a fixed sample size n
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the third property of an estimator

A
  • Consistency
  • Consistency is an asymptotic property, concerning the study of behaviour of an estimator as the sample size increases indefinetly
  • Concerns how far the estimator is likely to be from the parameter it is estimating as the sample increases
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When is an unbiased estimator always consistent

A
  • If variance shrinks to 0 as the sample size grows
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a confidence interval estimator

A
  • A rule of determining an interval that is likely to include the parameter
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  • How are confidence intervals calculated
A
  • If P(a < θ < b) = 1 - alpha then the interval from a to b is called a 100(1-alpha)% confidence interval of θ
  • 100(1-alpha)% is called the confidence level of the interval (0 < alpha < 1)
  • This is written as a < θ < b with 100(1-alpha)% confidence
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

If σ^2 is known, what is the estimate for our confidence interval

A
  • x bar - z(alpha/2) * σ/sqrt(n) < mu < x bar + z(alpha/2) * σ/sqrt(n)
  • where z(alpha/2) is the normal distribution value for a probability for alpha/2 in each tail
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the margin of error and how can the confidence interval estimate when σ^2 is known be rewritten

A
  • ME = z(alpha/2) * σ/sqrt(n)
  • x bar - ME < mu < x bar + ME
17
Q

How large is the interval width

A
  • 2 * Margin of Error
18
Q

How can the margin of error be reduced

A
  • Population S.D reduced
  • Sample size increases
  • Confidence level (1 - alpha) decreases
19
Q

What do we do if the population standard deviation is unkown

A
  • We can substitute the sample standard deviation (s)
20
Q

What does substiuting s for σ cause

A
  • Greater uncertainty, as s varies from sample to sample
21
Q

How is the Students t variable calculated when σ is unkown

A
  • t = x bar - mu / (s / sqrt(n))
  • With (n - 1) degrees of freedom
22
Q

What happens with the t distribution as n increases

A
  • t tends to Z
23
Q

What is the confidence interval for mu if σ is unkown

A
  • x bar - t(n-1,a/2) * S/sqrt(n) < mu < x bar + t(n-1,a/2) * S/sqrt(n)
  • Where t(n-1,a/2) is the critical value of the t ditribution with n-1 degrees of freedom and an area of a/2 in each tail