0% found this document useful (0 votes)
14 views3 pages

Hypothesis Testing Overview and Examples

The document discusses hypothesis testing, including the formulation of null and alternative hypotheses, appropriate test statistics for various scenarios, and the interpretation of significance levels and p-values. It provides examples of hypothesis tests for means and variances, emphasizing the correct use of t-tests, z-tests, and chi-square tests. Key concepts such as rejection points and the significance level are also explained in the context of statistical decision-making.

Uploaded by

4035889
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views3 pages

Hypothesis Testing Overview and Examples

The document discusses hypothesis testing, including the formulation of null and alternative hypotheses, appropriate test statistics for various scenarios, and the interpretation of significance levels and p-values. It provides examples of hypothesis tests for means and variances, emphasizing the correct use of t-tests, z-tests, and chi-square tests. Key concepts such as rejection points and the significance level are also explained in the context of statistical decision-making.

Uploaded by

4035889
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Tut Hypotheses Testing

1. Which of the following statements about hypothesis testing is correct?


A. The null hypothesis is the condition a researcher hopes to support.
B. The alternative hypothesis is the proposition considered true without conclusive
evidence to the contrary.
C. The alternative hypothesis exhausts all potential parameter values not accounted for
by the null hypothesis.

C is correct. Together, the null and alternative hypotheses account for all
possible values
of the parameter. Any possible values of the parameter not covered by the null
must be
covered by the alternative hypothesis (e.g., H0: θ ≤ 5 versus Ha: θ > 5).

2. Identify the appropriate test statistic or statistics for conducting the following
hypothesis
tests. (Clearly identify the test statistic and, if applicable, the number of degrees of
freedom. For example, “We conduct the test using an x-statistic with y degrees of
freedom.”)
A. H0: μ = 0 versus Ha: μ ≠ 0, where μ is the mean of a normally distributed population
with unknown variance. The test is based on a sample of 15 observations.
B. H0: μ = 0 versus Ha: μ ≠ 0, where μ is the mean of a normally distributed
population with unknown variance. The test is based on a sample of 40 observations.
C. H0: μ _ 0 versus Ha: μ > 0, where μ is the mean of a normally distributed
population with known variance σ2. The sample size is 45.
D. H0: σ2 = 200 versus Ha: σ2 ≠ 200, where σ2 is the variance of a normally distributed
population. The sample size is 50.
E. H0 : σ21= σ22 versus Ha : σ216=σ22, where σ21 is the variance of one normally distributed
population and σ22 is the variance of a second normally distributed population. The test is
based on two independent random samples.

A. The appropriate test statistic is a t-statistic with n − 1 = 15 – 1= 14 degrees


of
freedom. A t-statistic is theoretically correct when the sample comes from a
normally distributed population with unknown variance. When the sample size
is
also small, there is no practical alternative.
B. The appropriate test statistic is a t-statistic with 40 − 1 = 39 degrees of
freedom. A
t-statistic is theoretically correct when the sample comes from a normally
distributed population with unknown variance. When the sample size is large
(generally, 30 or more is a “large” sample), it is also possible to use a z-
statistic,
whether the population is normally distributed or not. A test based on a t-
statistic
is more conservative than a z-statistic test.
C. The appropriate test statistic is a z-statistic because the sample comes from
a
normally distributed population with known variance. (The known population
standard deviation is used to compute the standard error of the mean using
Equation 2 in the text.)
D. The appropriate test statistic is chi-square (χ2) with 50 − 1 = 49 degrees of
freedom.
E. The appropriate test statistic is the F-statistic (the ratio of the sample
variances).
3. Willco is a manufacturer in a mature cyclical industry. During the most recent industry
cycle, its net income averaged $30 million per year with a standard deviation of $10
million (n = 6 observations). Management claims that Willco’s performance during the
most recent cycle results from new approaches and that we can dismiss profitability
expectations based on its average or normalized earnings of $24 million per year in prior
cycles.
A. With μ as the population value of mean annual net income, formulate null and
alternative hypotheses consistent with testing Willco management’s claim.
B. Assuming that Willco’s net income is at least approximately normally distributed,
identify the appropriate test statistic.
C. Identify the rejection point or points at the 0.05 level of significance for the
hypothesis tested in Part A.
D. Determine whether or not to reject the null hypothesis at the 0.05 significance level.

A. As stated in the text, we often set up the “hoped for” or “suspected”


condition as
the alternative hypothesis. Here, that condition is that the population value of
Willco’s mean annual net income exceeds $24 million. Thus we have H0: μ ≤ 24
versus Ha: μ > 24.
B. Given that net income is normally distributed with unknown variance, the
appropriate test statistic is t with n − 1 = 6 − 1 = 5 degrees of freedom
C. In the t-distribution table in the back of the book, in the row for DF = 5
under
α = 0.05, we read the rejection point (critical value) of 2.015. We will reject the
null if t > 2.015.
D. The t-test is given by Equation 4:

or 1.47. Because 1.47 does not exceed 2.015, we do not reject the null
hypothesis.
The difference between the sample mean of $30 million and the hypothesized
value
of $24 million under the null is not statistically significant.

4. An analyst is examining a large sample with an unknown population variance. To test


the hypothesis that the historical average return on an index is less than or equal to 6%,
which of the following is the most appropriate test?
A. One-tailed z-test
B. Two-tailed z-test
C. One-tailed F-test

A is correct. If the population sampled has unknown variance and the sample is
large, a
z-test may be used. Hypotheses involving “greater than” or “less than”
postulations are
one-sided (one-tailed). In this situation, the null and alternative hypotheses
are stated as
H0: μ ≤ 6% and Ha: μ > 6%, respectively. A one-tailed t-test is also acceptable
in this
case.

5. A hypothesis test for a normally-distributed population at a 0.05 significance level


implies a:
A. 95% probability of rejecting a true null hypothesis.
B. 95% probability of a Type I error for a two-tailed test.
C. 5% critical value rejection region in a tail of the distribution for a one-tailed test.

C is correct. For a one-tailed hypothesis test, there is a 5 percent critical value


rejection
region in one tail of the distribution.

6. The level of significance of a hypothesis test is best used to:


A. calculate the test statistic.
B. define the test’s rejection points.
C. specify the probability of a Type II error.

B is correct. The level of significance is used to establish the rejection points of


the
hypothesis test.

7. Which of the following statements is correct with respect to the p-value?


A. It is a less precise measure of test evidence than rejection points.
B. It is the largest level of significance at which the null hypothesis is rejected.
C. It can be compared directly with the level of significance in reaching test conclusions.

C is correct. When directly comparing the p-value with the level of significance,
it can
be used as an alternative to using rejection points to reach conclusions on
hypothesis
tests. If the p-value is smaller than the specified level of significance, the null
hypothesis
is rejected. Otherwise, the null hypothesis is not rejected.

8. Which of the following represents a correct statement about the p-value?


A. The p-value offers less precise information than does the rejection points approach.
B. A larger p-value provides stronger evidence in support of the alternative hypothesis.
C. A p-value less than the specified level of significance leads to rejection of the null
hypothesis.

C is correct. The p-value is the smallest level of significance at which the null
hypothesis
can be rejected for a given value of the test statistic. The null hypothesis is
rejected when
the p-value is less than the specified significance level.

9. A chi-square test is most appropriate for tests concerning:


A. a single variance.
B. differences between two population means with variances assumed to be equal.
C. differences between two population means with variances assumed to not be equal.

A is correct. A chi-square test is used for tests concerning the variance of a


single
normally distributed population.

Common questions

Powered by AI

The choice between a one-tailed and two-tailed test is determined by the nature of the research question and hypothesis. One-tailed tests are used when the direction of an effect is specified or expected (e.g., measuring if a mean is greater than a particular value), thus focusing the rejection region in one tail of the distribution. Two-tailed tests do not specify a direction, testing instead for any effect (e.g., not equal to a mean), splitting the rejection region across both tails. This impacts the critical values used; one-tailed tests typically have larger rejection regions in one direction, whereas two-tailed tests have smaller regions divided at either end of the distribution .

In hypothesis testing, the alternative hypothesis represents the condition that is 'hoped for' or 'suspected,' as it suggests that there is an effect or change. By setting management's claim (that Willco's mean net income exceeds prior averages) as the alternative hypothesis, the company positions itself to provide evidence against a null hypothesis that supports the status quo (mean income is less than or equal to historical averages). This strategic alignment allows Willco to argue for the statistical significance of its claims in terms of changes and improvements in performance .

No, the p-value approach does not provide more precise information than the rejection points approach. It serves as an alternative to using rejection points by allowing direct comparison with the level of significance. If the p-value is smaller than the specified level of significance, the null hypothesis is rejected; otherwise, it is not. Thus, while useful, the p-value is not inherently more precise .

A chi-square test is specifically designed for testing hypotheses about the variance of a single population. It becomes the most appropriate method when assessing whether the observed variance differs from a hypothesized variance. In contrast, tests concerning differences between two population means require methods like the t-test or F-test, which compare means rather than variance .

To identify rejection points using a t-distribution table, determine the degrees of freedom for the test, which typically is the sample size minus one (n-1). Select the level of significance (α), which is usually expressed as a percentage (e.g., 0.05). Using the combination of the degrees of freedom and α in the t-table, find the critical value that corresponds to the chosen significance level. This critical value delineates the boundary of the rejection region. In a one-tailed test, the critical value denotes one end of the rejection region, while in a two-tailed test, critical values on both sides are used .

The null hypothesis is formulated as a statement of 'no effect' or 'no difference' to provide a baseline or reference condition that can be tested statistically. This formulation simplifies testing by focusing on demonstrating a clear enough effect to reject the null hypothesis conclusively. It allows researchers to use statistical methods to determine if there is sufficient evidence to refute a default assumption of 'no change,' facilitating a clear interpretation of whether the observed data can be attributed to random chance or an actual effect. This structure underpins the logic of hypothesis testing .

The level of significance, often denoted as alpha (α), is used to establish the rejection region of a hypothesis test. It represents the probability threshold for rejecting a true null hypothesis, determining the critical values that define the test's rejection points. At a 0.05 significance level, for example, the rejection region encompasses the tail(s) of the probability distribution corresponding to the upper or lower 5% of possible test statistic values, depending on whether the test is one-tailed or two-tailed .

The choice between using a chi-square statistic and an F-statistic is not directly influenced by sample size but more by the nature of the hypotheses being tested. A chi-square statistic is used for testing variance from a single normally distributed population, while an F-statistic is used for comparing variances between two populations. Both tests have specific conditions and assumptions: the chi-square test is appropriate for single variance tests, whereas the F-test is utilized for determining equality between two variances. Sample size impacts the power of these tests, especially small samples, limiting the test's ability to capture variance accurately .

The decision to use a z-statistic or t-statistic depends primarily on the sample size and whether the population variance is known. If the population variance is known, a z-statistic is appropriate regardless of sample size. When the variance is unknown, a t-statistic is used, especially in small samples (generally n < 30) because it accounts for additional uncertainty due to estimating the standard error from the sample. For sufficient sample sizes (n ≥ 30), the t-distribution closely approximates the normal distribution, making either statistic applicable, but a z-statistic is often preferred due to its simplicity .

A one-tailed z-test is suitable in this scenario because it tests the hypothesis that the average return is less than a specific value (6%). Given a large sample size and unknown population variance, the z-test is appropriate, as it allows testing of directional hypotheses. The one-tailed nature aligns with the directional postulation (returns are less than or equal to 6%), focusing on deviations in only one direction, which is critical for establishing evidence of a statistically significant decrease in returns .

You might also like