Hypothesis Testing Flashcards

(31 cards)

1
Q

What are the six steps of hypothesis testing?

A
  1. State hypotheses 2. Identify test statistic and distribution 3. Specify significance level (α) 4. State decision rule 5. Collect data and calculate test statistic 6. Make decision
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the null hypothesis (H₀)?

A

The hypothesis assumed to be true unless evidence suggests otherwise; it contains an equality (=, ≥, ≤).

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

What is the alternative hypothesis (H₁ or Hₐ)?

A

The hypothesis accepted if the null hypothesis is rejected; represents the claim being tested.

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

What is the significance level (α)?

A

The probability of making a Type I error (rejecting a true null hypothesis).

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

What is the decision rule in hypothesis testing?

A

A rule that determines whether to reject or not reject H₀ based on the test statistic or p-value.

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

What determines whether we reject the null hypothesis using a test statistic?

A

If the test statistic falls in the rejection region defined by the critical value.

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

What is the structure of hypotheses in a two-tailed test?

A

H₀: μ = μ₀ ; H₁: μ ≠ μ₀

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

What is the structure of hypotheses in a right-tailed test?

A

H₀: μ ≤ μ₀ ; H₁: μ > μ₀

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

What is the structure of hypotheses in a left-tailed test?

A

H₀: μ ≥ μ₀ ; H₁: μ < μ₀

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

What is the critical value for a two-tailed test at α = 0.05 (normal distribution)?

A

±1.96

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

What is the critical value for a one-tailed test at α = 0.05 (normal distribution)?

A

1.645

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

What is the Z-test statistic for a single mean?

A

Z = (X̄ − μ₀) / σₓ̄

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

When is the Z-test used instead of the t-test?

A

When the population variance is known or the sample size is large.

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

What is the t-test statistic for a single mean?

A

t = (X̄ − μ₀) / (s / √n)

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

What is the t-test statistic for the difference in means (independent samples)?

A

t = [(X̄₁ − X̄₂) − (μ₁ − μ₂)] / √(s₁²/n₁ + s₂²/n₂)

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

What is the paired sample t-test (mean difference) statistic?

A

t = (d̄ − μd₀) / (sd / √n)

17
Q

What is a Type I error?

A

Rejecting the null hypothesis when it is true.

18
Q

What is a Type II error?

A

Failing to reject the null hypothesis when it is false.

19
Q

What is the relationship between α and Type I error?

A

The significance level α equals the probability of a Type I error.

20
Q

What is the power of a test?

A

The probability of correctly rejecting a false null hypothesis (1 − Type II error).

21
Q

What is a p-value?

A

The smallest significance level at which the null hypothesis can be rejected.

22
Q

What is the decision rule using a p-value?

A

Reject H₀ if p-value ≤ α.

23
Q

What is the chi-square test used for in hypothesis testing?

A

Testing hypotheses about a single population variance.

24
Q

What is the chi-square test statistic for variance?

A

χ² = (n − 1)s² / σ₀²

25
What is the F-test used for?
Testing the equality of two population variances.
26
What is the F-test statistic?
F = s₁² / s₂²
27
What are the degrees of freedom for a single-mean t-test?
n − 1
28
What are the degrees of freedom for a two-sample t-test?
n₁ + n₂ − 2
29
What are the degrees of freedom for an F-test?
n₁ − 1 and n₂ − 1
30
What are parametric tests?
Tests that rely on assumptions about the population distribution and involve population parameters.
31
What are nonparametric tests?
Tests that do not assume a specific population distribution or make minimal assumptions about the population.