Statistical Inference: Section 4 Flashcards

1
Q

What is the difference between a simple and a composite hypothesis?(1)

A

Simple tells you everything, composite does not eg for X~N(mu, sigma^2). a hypothesis saying mu=2 and sigma=5 would be simple but just mu=2 and sigma>5 would not be as we arent sure on sigma precisely.

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

What is a type I error?(1)

A

Reject H0 when it is true.
(usually regarded as more important)
probability of making this error is known as test size (which you want small)

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

What is a type II error?(1)

A

Accept (fail to reject) H0 when it is false.

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

What is power?(1)

A

Probability of correctly rejecting the null when it is false. (want high power and small size).

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

How do you calculate signifcance values?(1)

A

for 2 tailed do 2*(1-pnorm(test statistic))

=p value, obvs less than 0.05 means significant.

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

What is the p-value?(1)

A

Probability of observing a value as extreme as the one obtained in the experiment if the null hypothesis is true,
It is NOT the probability of the null being true!

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

When is it okay to use binomial proportion assumptions?(1)

A

When R (sample size) is large, >20, provided pi is less than 95% or greater than 5%.

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

What is the expected value and variance of a binomial random variable?(2)

A

r*pi (expectation)

rpi)(1-pi

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