Chapter 8 (Inference) Flashcards

1
Q

What are confidence intervals?

A

They facilite the estimation of population parameters, address questions like “what is mean body temperature?”

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

What are hypothesis tests?

A

They enable us to compare a population parameter to a specified value. Address questions such as “is the mean body temperature 98.6?”

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

What is a (1-alpha)100% confidence interval? (CI)

A

For an unknown parameter it Contains a set of plausible values of the parameter that are consistent with the data.

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

What is a confidence interval composed of?

A

A point estimate +- the margin or error

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

What is the a point estimate?

A

The value of the statistic. Asked in the chosen sample.

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

What is the margin of error?

A

It’s based on the standard error and a desired level of confidence.

Critical value * standard error

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

What is a critical value?

A

t_{alpha/2}

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

What is the area to the right of a t_{alpha/2}?

A

Alpha/2

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

How to find a confidence interval for the mean

A

X_bar ± (t_{alpha/2, n-1}) * s/sqrt(n)

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

What is the difference between the standard deviation and the standard error?

A

The standard deviation is how much a data set varies
s.d. = sqrt(sigma^2)

The standard error is how much our statistic distribution set varies
s.e. = sigma/sqrt(n)

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

What is the standard error of p_hat?

A

s.e.(p_hat) = sqrt((p_hat(1-p_hat)/n)

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

What is the confidence level?

A

(1-alpha)100%

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

Most common values for alpha?

A

.05, or .01.
Thus CIs are often 95% or 99%

If not given, assume alpha = .05

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

Why do we accept some probability that the interval doesn’t cover our parameter?

A

To infer something meaningful about the population.

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

The interval is _____

The parameter is ______

A

random,

fixed!!

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

Which table do we use to infer the proportion?

A

The normal table!

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

Which table do we use to infer the mean?

A

The t-table!

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

A confidence interval makes a(n) ________,

A hypothesis test makes a(n) _______.

A

Estimate,

Comparison

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

Hypothesis testing allows us to do what?

A

Asses the plausibility of a specific statement of hypothesis.

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

The null and alternative hypothesis are…?

A

Complementary statements about the parameter of interests

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

How to denote the null hypothesis?

A

H_o

h_naught

22
Q

How to denote the alternative hypothesis?

23
Q

The H_o takes on the _______ statement/portion of the question.

A

Simple! Which means one value.

24
Q

The H_A takes on the _______ statement/portion of the question.

A

Composite, the one with many values!

25
What is a two sided hypothesis?
Where H_A is simply not H_o H_o: µ = µ_o H_A: µ ≠ µ_o
26
What is a one sided hypothesis?
``` Where H_A > H_o - H_o: µ = µ_o versus H_A: µ > µ_o or Where H_A < H_o - H_o: µ = µ_o versus H_A: µ < µ_o ```
27
What is a test statistic?
A numeric summary of our experimental results that can be used to determine how consistent the data are with the null hypothesis.
28
When conducting a hypothesis test for a MEAN, what test statistic will we use?
``` T= sqrt(n)(X_bar - µ_o) ----–-–-–––––––––– s aka T= (X_bar - µ_o) ----–-–-–––––––––– s/sqrt(n) ```
29
What is alpha?
The probability that the confidence interval does NOT cover the parameter.
30
How do we denote the normal distribution of p_hat?
p_hat ~ N (p, (p(1-p))/n)
31
What is the hypothesis test process?
1. State hypotheses about the parameter 2. Collect data 3. Construct a test statistic 4. Compute a p-value 5. Draw conclusions (in statistical terms and in context)
32
What does the test statistic do?
It quantifies how different what we observe is from what we expect. It takes into account how much we'd expect the value of the statistic to vary by chance.
33
When we observe an extreme value for our test statistic, we have evidence ________ the null hypothesis
against.
34
When conducting a hypothesis test for a PROPORTION, what test statistic will we use?
Z = (p_hat - p_o) / sqrt[(p_o *(1-p_o))/n] ~ N(01) using p_o to compute the s.e. since, under H-o, we assume p_o is the true value of p.
35
What is a p-value?
the probability of obtaining the data we observed or data more extreme (less consistent with H-o) IF the null hypothesis is true.
36
For H_A: µ ≠ µ_o, the p-value =
P(|T| > t_{n-1} | H_o is true)
37
For H_A: µ > µ_o, the p-value =
P(T > t_{n-1} | H_o is true)
38
For H_A: µ < µ_o, the p-value =
P(T < t_{n-1} | H_o is true)
39
What does a small p-value tell us?
That our data are unlikely to occur if the null hypothesis is true, thus it provides evidence agains H_o.
40
In the term "small" p-value, what is small defined by?
the significance level, or alpha, or size of the test. | Unless stated otherwise, we assume alpha = .05
41
What is the significance level, or alpha?
The size of the test
42
When should the significance level, or alpha, be specified?
before the test is conducted.
43
If p < alpha, do we accept/reject the H_o?
We reject H_o, or reject the null, and say the results are statistically significant.
44
If p ≥ alpha, do we accept/reject the H_o?
We fail to reject the H_o.
45
If p > alpha but close to it, do we accept/reject the H_o?
We may say that there is marginal evidence against the null
46
Does statistical significance imply practical significance?
No.
47
What does a hypothesis test determine?
If there is evidence against the null hypothesis
48
What does a small p_value indicate?
That the null hypothesis isn't plausible, and thus there is evidence against the null hypothesis.
49
What is the confidence interval for proportion?
(p_hat ± (Z_{alpha/2} * sqrt[p_hat(1-p_hat)/n])
50
What is the confidence interval for the mean?
(X_bar ± ( t_{alpha/2,n-1} * (s/sqrt[n]))
51
What is the connection between confidence intervals and the hypotheses test?
The confidence interval values are the same values for which we would fail to reject the null hypothesis.