Chapter 7 - Hypothesis Testing (One-Sample) Flashcards

1
Q

Hypothesis Testing

A
  • framework for making decisions using probabilistic methods
  • provides a uniform decision-making criterion
  • one-sample = hypotheses are specified about a single distribution
  • two-sample problem = two different distributions are compared
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Type I error

A
  • probability of rejecting the null hypothesis when H0 is true
  • it is referred to as the significance level of a test
  • a test based on sample mean has the highest power among all tests with a given type I error
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Type II error

A
  • probability of accepting the null hypothesis when H1 is true
  • denoted by B
  • function of the population mean
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Acceptance region

A
  • range of values for x for which H0 is not rejected (ie. it’s not that implausible)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Rejection region

A
  • range of values for x for which H0 is rejected (ie. there’s enough evidence against H0)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

One-sided test

A
  • test in which the values of the parameter under the alternative hypothesis are allowed to be greater than or less than the values of the parameter under the null hypothesis, but not both
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Critical value method

A
  • critical value method = we compute a test statistic and determine the outcome of a test by comparing the test statistic with a critical value determined by the type I error
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

p-value method

A
  • the p-value is the significance level at which the given value of the test statistic is on the borderline between the acceptance and rejection regions
  • can also be thought of as the probability of obtaining a test statistic as extreme as or more extreme than the actual test statistic obtained, given that the null hypothesis is true
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Statistical significance of a p-value

A
  • if 0.01 < p < 0.05, then the results are significant
  • if 0.001 < p < 0.1, then the results are highly significant
  • if p < 0.001, then the results are very highly significant
  • if p > 0.05, then the results are considered not statistically significant
  • however, if 0.05 < p < 0.10, then a trend towards statistical significance is sometimes noted
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Statistical vs. scientific significance

A
  • the results of a study can be statistically significant, but still can be not scientifically important
  • eg. if a small difference was found to be statistically significant because of a large sample size
  • some statistically non significant results can be scientifically important
  • encourages researchers to perform larger studies
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Two-tailed test / Two-sided test

A
  • the values of the parameter being studied under the alternative hypothesis are allowed to be either greater than or less than the values of the parameter under the null hypothesis
  • the type I error is divided evenly between lower and upper rejection regions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

p-value for two-sided tests

A
  • because a two-sided alternative hypothesis is being used, extremeness is measures by the absolute value of the test statistic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Decision between one-sided and two-sided

A
  • it is easier to reject the null hypothesis using a one-sided test than using a two-sided test
  • a two-sided test can be more conservative because it is not necessary to guess the appropriate side - - in some cases, only alternatives on one side of the null mean are of interests or are possible
  • a one-sided test is better than a two-sided test because it has more power
  • do not change from a two-sided to a one-sided test after looking at data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Relationship between confidence intervals and two sided tests

A
  • H0 is rejected with a two-sided test only if the two-sided CI for the mean does not contain the null mean
  • H0 is accepted with a two-sided test only if the two-sided CI for the mean does contain the null mean
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Power of a test

A
  • the calculation of power is used to plan a study, usually before any data have been obtained (exception = pilot study)
  • can make a projection concerning the standard deviation without actually having any data to estimate it
  • assume the standard deviation is known and base power calculations on the one-sample z test
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Factors affecting the power of a test

A
  • if the significance level is made smaller, the power decreases
  • if the alternative mean is shifter farther away from the null mean, then the power increases
  • if the standard deviation of the distribution of individual observations increases, then the power decreases
  • if the sample size increases, then the power increases
17
Q

Factors affecting the required sample size

A
  • the sample size increases as the variance increases
  • the sample size increases as the significance level decreases
  • the sample size increases as the required power increases
  • the sample size decreases as the absolute value of the distance between the null and alternative mean increases
18
Q

Sample size estimation - two-side

A
  • for a fixed set of parameters, two-sided always requires more sample size than one-sided