Skip to main content

Section 11.2 Hypothesis Test for a Single \(\sigma^2\)

We will still follow the same hypothesis testing procedures from Chapter 10, but take care to use the proper probability distribution, the \(\chi^2\text{,}\) and the correct formula for the test statistic. Notice that it involves the sample variance, \(s^2\text{,}\) a good estimate for \(\sigma^2\text{.}\) The test statistic for hypothesis tests of this type are computed with the formula:
\begin{equation*} \boxed{ \chi^2 = \frac{(n-1)s^2}{\sigma^2} } \end{equation*}
Keep in mind that often variability is described by the standard deviation rather than variance. We can still complete a hypothesis test for \(\sigma^2\) by simply squaring the given standard deviation values.
In the next example, we perform a single population hypothesis test for \(\sigma^2\) using the traditional method of hypothesis testing. Recall that this method requires the identification of critical value(s), \(\chi^2_{\alpha}\text{,}\) which we can find using a table or using the below Excel commands:
\begin{equation*} CHISQ.INV(\text{left tail area, degrees of freedom}),\;\;\; CHISQ.INV.RT(\text{right tail area, degrees of freedom}) \end{equation*}

Exercise 11.2.1.

(Similar to Donnelly 13.7)
The volatility of world crude oil prices is important because of its impact on global economic stability. One measure of volatility is the standard deviation. The data table in the Excel file below lists the monthly price of crude oil from January 1974 to March 2024.
The standard deviation of crude oil prices between January 1974 and December 2021 was about \(\$ 27.4\) a barrel
Assuming \(\alpha=0.10\text{,}\) check to see if the standard deviation of crude oil prices between January 2022 and March 2024 has decreased from what it was prior to this time period. (Use the traditional method of hypothesis testing.)
In our next example, we will use the p-value method of hypothesis testing. Once again, the tables for the Chi-square distribution are limited in the precision they can provide for our p-values. Therefore, we will rely on Excel to compute the p-values using the following formulas:
\begin{equation*} CHISQ.DIST(x,df,\text{cumulative}),\;\;\; CHISQ.DIST.RT(x,df) \end{equation*}
where
\(x\) \(=\) the test statistic, \(\chi^2\)
\(df\) \(=\) the degrees of freedom
cumulative \(=\) TRUE (since we want the accumulated area left of our test statistic)

Exercise 11.2.2.

(Donnelly 13.29)
As smartphones have become more sophisticated, their data usage has increased and caused capacity issues with service providers. High variability in data usage among customers can result in slow connections with the cellphone network. Suppose a cellphone network would like to test if the standard deviation of monthly data usage for its customers has increased beyond 400 megabytes (MB). A random sample of 25 customers was found to have a standard deviation of 460 MB. Using \(\alpha=0.05\text{,}\) perform a hypothesis test to determine if the standard deviation for the monthly data usage for the cellphone network has exceeded 400 MB. Use the p-value method of hypothesis testing.
Answer.
\(n=25\)
\(s=460\Rightarrow s^2=211,600\)
\(\alpha=0.05\)
\(H_0: \sigma^2\leq 160,000\)
\(H_1: \sigma^2\gt 400^2 = 160,000\leftarrow \text{ right-tail test}\)
\begin{equation*} \chi^2=\frac{(25-1)(211,600)}{160,000}\approx 31.74 \end{equation*}
\begin{equation*} \text{p-value}\approx CHISQ.DIST.RT(31.74, 24)\approx 0.1336 \end{equation*}
Since p-value \(\gt \alpha\text{,}\) we fail to reject \(H_0\text{.}\)
There is not enough evidence to conclude that the standard deviation for monthly data usage for the cell phone network has exceeded 400 MB.

Exercises Exercises

1.