6. Estimation and Uncertainty Flashcards

1
Q

R command to find z(α/2)

A

qnorm(1 - α/2, 0, 1)

This is the critical value when dealing with a standard normal distribution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Confidence interval for μ where σ^2 is known

A

x(bar) +- z(α/2) σ/sqrt(n)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Confidence Interval for a Proportion

A

p(hat) +- z(α/2) sqrt( p(hat)(1 - p(hat)) / n)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Bias

A

B(θ^, θ) = E(θ^) - θ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Consistency (2 ways)

A

θ^n is consistent if for any ε>0,

lim(n -> infty) P( | θ^n - θ |

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Confidence Interval with t distribution

A

Use this when population variance is unknown and the sample is small:
x(bar) +- s/sqrt(n) t(n-1, α/2)
where s is sample s.d.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

R command to find critical value using chi-squared distribution

A

qchisq(α, v)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

R command to find critical value using t distribution

A

qt(1 - α/2, v)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Confidence Interval using chi-squared distribution

A

Chi-squared dist is used for estimating variance.

sqrt(a)S

How well did you know this?
1
Not at all
2
3
4
5
Perfectly