Hypothesis Testing with One Sample Flashcards

1
Q

What is the null hypothesis (H₀) in hypothesis testing?

A

A statement of no effect or no difference; assumed true until evidence suggests otherwise. Includes equality (=, ≤, ≥).

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

What is the alternative hypothesis (Hₐ)?

A

The statement that contradicts H₀; represents what you’re trying to prove, using ≠, <, or >.

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

What is a Type I Error?

A

Rejecting a true null hypothesis. Probability = α (Level of Significance).

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

What is a Type II Error?

A

Failing to reject a false null hypothesis. Probability = β.

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

What is the Power of a Test?

A

Probability of correctly rejecting a false null hypothesis. Calculated as 1 − β.

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

What is a p-value?

A

Probability of observing the result (or more extreme) assuming the null hypothesis is true.

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

What does it mean if the p-value < α?

A

Reject the null hypothesis.

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

What does it mean if the p-value ≥ α?

A

Do not reject the null hypothesis.

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

What is a Confidence Interval (CI)?

A

A range of values likely to contain a population parameter, based on confidence level, sample size, and variability.

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

What is the Level of Significance (α)?

A

The threshold for rejecting the null hypothesis. Common values: 0.01, 0.05, 0.10.

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

When do you use the t-distribution?

A
  1. You are estimating a population mean (or comparing means),
  2. And the population standard deviation (σ) is unknown,
  3. And your sample size is small (typically n < 30),
  4. AND you assume the underlying population is approximately normal (or your sample size is large enough for the Central Limit Theorem to kick in if not).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When do you use the normal distribution in hypothesis testing?

A
  1. The population standard deviation (σ) is known,
  2. Or you have a large sample size (usually n ≥ 30), even if σ is unknown — using the Central Limit Theorem
  3. And you’re dealing with things like means, proportions, or differences of means/proportions that are expected to behave normally.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Conditions to use a binomial distribution?

A

Fixed number of trials, independent trials, only two outcomes (success/failure), same probability of success.

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

Mean (μ) and standard deviation (σ) of a binomial distribution B(n, p)?

A

Mean: μ = np; Std Dev: σ = √(npq), where q = 1 – p

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

What does the Central Limit Theorem (CLT) say?

A

For large n, the sampling distribution of the sample mean approaches a normal distribution.

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

What is the standard error of the mean?

A

σ/√n, where σ is the population standard deviation.

17
Q

What are the steps of a full hypothesis test?

A
  1. State H₀ and Hₐ 2. Identify the random variable 3. Choose the distribution 4. Calculate test statistic and p-value 5. Compare p-value with α 6. Decide and conclude
18
Q

What is a test statistic?

A

A value (e.g., z or t score) from sample data used to determine the p-value.

19
Q

Conditions to test a single population proportion?

A

Random sample, binomial model valid, and both np > 5 and nq > 5.

20
Q

When is an event considered a rare event in hypothesis testing?

A

When the probability under the null hypothesis is very low (i.e., small p-value).