Hypothesis testing Flashcards

(28 cards)

1
Q

what is a Significance Level ?

A

The smallest probability that an event could occur by chance

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

What is the difference between a one-tailed and two-tailed hypothesis test ?

A

One-tailed test: Tests if the population parameter has either increased or decreased (H1: θ >)

Two-tailed test: Tests if the population parameter has changed in any direction (H1: θ ≠)

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

What is a test statistic in hypothesis testing ?

A

A numerical value calculated from sample data used to determine whether to accept or reject the null hypothesis.

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

What does the significance level represent in a hypothesis test ?

A

The probability threshold for deciding if the observed data is unlikely to occur by chance, typically set before the test

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

How do we decide whether to reject or accept the null hypothesis ?

A

Reject the null hypothesis if the p-value is less than the significance level or if the test statistic falls within the critical region.

p-value: The probability of observing a value at least as extreme as the test statistic, assuming the null hypothesis is true.

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

what do you do to the p value in two-tailed tests ?

A

double it or half the significance level

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

How do we calculate the p-value for a one-tailed test ?

A

If the test looks for a decrease, find the probability of the test statistic being less than or equal to the observed value.

If the test looks for an increase, find the probability of the test statistic being greater than or equal to the observed value.

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

What is a critical region in hypothesis testing ?

A

The critical region is the range of test statistic values that lead to the rejection of the null hypothesis.

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

What is the critical value ?

A

The critical value is the boundary of the critical region.

It is the least extreme value that would result in rejecting the null hypothesis, determined by the significance level.

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

What is the actual significance level in hypothesis testing ?

A

The actual significance level is the probability of incorrectly rejecting the null hypothesis

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

What are the steps for carrying out a hypothesis test ?

A

Define the test statistic and population parameter.

Write the null hypothesis (H₀) and alternative hypothesis (H₁).

Calculate the critical value(s) or the p-value for the test.

Compare the observed test statistic with the critical value(s) or compare the p-value with the significance level.

Decide whether there is enough evidence to reject H₀.

Write a conclusion in the context of the problem.

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

How should a conclusion be written for a hypothesis test ?

A

Rejecting H₀: State that there is sufficient evidence to suggest the alternative hypothesis is true at the given significance level.

Accepting H₀: State that there is not enough evidence to suggest the alternative hypothesis is true at the given significance level.

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

What should be included in the conclusion of a two-tailed hypothesis test?

A

The conclusion should state whether there is evidence of a change in the population parameter

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

What is the population parameter tested in a binomial distribution hypothesis test ?

A

The population parameter tested is the probability p in a binomial distribution B(n, p), where n is the number of trials.

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

How do I write the null and alternative hypotheses for a hypothesis test using the binomial distribution ?

A

Null hypothesis:
𝐻0 : p = [assumed value of p]

Alternative hypothesis:
One-tailed test:
𝐻1 : 𝑝 > [value] or
𝐻1 : 𝑝<H1[value]

Two-tailed test:
𝐻1 : 𝑝 ≠ [value]

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

What is the test statistic used in a hypothesis test with the binomial distribution ?

A

The number of successes observed in the given number of trials, n.

17
Q

How do I calculate the p-value or critical region in a binomial distribution hypothesis test ?

A

p-value: Calculate the probability of the observed test statistic or a more extreme value. Compare this with the significance level.

Critical region: Find the critical value(s) using your calculator by determining when the probability of observing the test statistic is less than the significance level.
For one-tailed tests, check for p ≤ α or p ≥ α based on the direction of the test.
For two-tailed tests, use half the significance level for both tails.

18
Q

What are the steps to follow when carrying out a hypothesis test with the binomial distribution ?

A

Define the probability, p.

Write the null and alternative hypotheses.

Define the test statistic (number of successes).

Calculate the p-value or critical value(s).

Compare the test statistic with the critical value(s) or p-value with the significance level.

Decide if there is enough evidence to reject the null hypothesis.

Write a conclusion in context.

19
Q

What is the distribution of the sample means ?

A

The distribution of the sample means is the distribution of all possible values that the sample mean (𝑋‾) can take when sampling from a population.

20
Q

What is the mean and variance of the distribution of sample means ?

A

Mean of sample means:
𝜇 (same as the population mean)

Variance of sample means:
𝜎^2/𝑛

Standard deviation of sample means:
𝜎/root 𝑛

21
Q

What happens to the variance and standard deviation of the sample means as the sample size,
𝑛 increases ?

A

Variance decreases because it is inversely proportional to 𝑛

Standard deviation also decreases, becoming narrower as sample size increases.

22
Q

How does the sample size (n) affect the distribution of sample means ?

A

The greater the sample size 𝑛, the less the sample means will vary, meaning the distribution becomes narrower. The standard deviation decreases with the square root of the sample size, making the distribution of sample means more concentrated around the population mean.

23
Q

What is the population parameter being tested in a hypothesis test using the normal distribution ?

A

The population parameter being tested is the population mean, 𝜇, in a normally distributed random variable
X∼N (μ , σ^2).

24
Q

What are the null and alternative hypotheses in a hypothesis test for the mean of a normal distribution ?

A

Null hypothesis (H0):
𝜇 = 𝜇0

(The population mean is equal to a specific value 𝜇0)

Alternative hypothesis (H1):

One-tailed test:
𝜇 > 𝜇0
or
𝜇 < 𝜇0

Two-tailed test:
𝜇 ≠ 𝜇0
(The population mean has changed)

25
What is the test statistic in a hypothesis test for the mean of a normal distribution ?
The test statistic is the sample mean, 𝑋‾, and the distribution of the sample mean will be 𝑋‾∼𝑁(𝜇,𝜎^2/𝑛)
26
How do you calculate the p-value in a hypothesis test for the mean of a normal distribution ?
The p-value is the probability of obtaining a value of the test statistic as extreme or more extreme than the observed value, assuming the null hypothesis is true. In a one-tailed test, the p-value corresponds to the probability of the test statistic being greater than or less than the observed value. In a two-tailed test, the p-value is twice this probability.
27
How is the critical value determined in a hypothesis test for the mean of a normal distribution?
The critical value is the boundary of the critical region and corresponds to the significance level 𝛼 For a one-tailed test, the critical value is found by using the inverse normal function at the significance level 𝛼 For a two-tailed test, the critical value is found by using the inverse normal function for 𝛼/2 on both tails of the distribution.
28
What steps should you follow when carrying out a hypothesis test for the mean of a normal distribution?
Define the distribution of the population mean (e.g., 𝑋∼𝑁(𝜇,𝜎^2) Write the null and alternative hypotheses: 𝐻0 : 𝜇=𝜇0 𝐻1 : 𝜇 (one-tailed or two-tailed) Define the test statistic: Sample mean, 𝑋‾∼𝑁( 𝜇 , 𝜎^"2/𝑛 ) Calculate the critical value(s) or the p-value Compare the observed value of the test statistic with the critical value(s) or p-value with the significance level 𝛼 Decide whether to reject or accept 𝐻0 Write a conclusion in context (e.g., there is enough or not enough evidence to reject 𝐻0)