3.6 Two population variances
Testing hypotheses about the equality of two population variances requires yet another continuous distribution: F-distribution
One of the unique features of the F−distribution, unlike t−distribution or χ2−distribution, is that it’s characterized by two types of degrees of freedom, known as numerator degrees of freedom df1 and denominator degrees of freedom df2
The degrees of freedom are called numerator and denominator because an F random variable is actually the ratio of two χ2 random variables, each of which has its own number of degrees of freedom
In this case, the null hypothesis is written as follows:
H0: σ21=σ22
The null hypothesis is that the two population variances are equal. This is not rejected unless strong evidence indicates otherwise
The alternative hypothesis can take one of three forms:
H1: σ21≠σ22two-tailed testH1: σ21<σ22left-tailed testH1: σ21>σ22right-tailed test
- The appropriate test statistic follows the F−distribution
F=S21S22∼F(df1, df2)
- Here is what each term means:
S21 is the varaince of the first sample (chosen from population 1)S22is the variance of the second sample (chosen from population 2)df1=(n1−1) is the numerator degrees of freedomdf2=(n2−1) is the denominator degrees of freedomn1 is the size of the first samplen2 is the size of the second sample
Example 3.11 An investor wants to determine whether two portfolios have the same volatility. He takes a sample of ten stocks from each portfolio. The sample standard deviation of the first portfolio is 26 percent, and the sample standard deviation of the second portfolio is 24 percent. Compute the p-value in Excel using function =F.DIST.RT(f;df1;df2;TRUE)
.
Example 3.12 At 1% significanve level test the hypothesis that the variation in advertising costs of the listed companies is greater than variation in advertising costs of the companies not listed on the stock exchange. Use the data from Excel file. Obtain the results by Data Analysis
ToolPak.