Share on Facebook Share on Twitter Email
Answers.com

Levene's test

 
Wikipedia: Levene's test
 

In statistics, Levene's test[1] is an inferential statistic used to assess the equality of variance in different samples. Some common statistical procedures assume that variances of the populations from which different samples are drawn are equal. Levene's test assesses this assumption. It tests the null hypothesis that the population variances are equal. If the resulting p-value of Levene's test is less than some critical value (typically .05), the obtained differences in sample variances are unlikely to have occurred based on random sampling. Thus, the null hypothesis of equal variances is rejected and it is concluded that there is a difference between the variances in the population.

Procedures which typically assume homogeneity of variance include analysis of variance and t-tests. One advantage of Levene's test is that it does not require normality of the underlying data. Levene's test is often used before a comparison of means. When Levene's test is significant, modified procedures are used that do not assume equality of variance.

W = \frac{(N-k)}{(k-1)} \frac{\sum_{i=1}^{k} N_i (Z_{i\cdot}-Z_{\cdot\cdot})^2} {\sum_{i=1}^{k}\sum_{j=1}^{N_i} (Z_{ij}-Z_{i\cdot})^2},

where

  • W is the result of the test;
  • k is the number of different groups to which the samples belong,
  • N is the total number of samples,
  • Ni is the number of samples in the ith group,
  • Yij is the value of the jth sample from the ith group,
  • Z_{ij} = \left\{\begin{matrix} 
|Y_{ij} - \bar{Y}_{i\cdot}|, & \bar{Y}_{i\cdot} \mbox{ is a mean of i-th group } \\ 
|Y_{ij} - \tilde{Y}_{i\cdot}|, & \tilde{Y}_{i\cdot} \mbox{ is a median of i-th group } \end{matrix}\right.

(Both definitions are in use though the second one is, strictly speaking, the Brown-Forsythe test - see below for comparison)

  • Z_{\cdot\cdot} = \frac{1}{N} \sum_{i=1}^{k} \sum_{j=1}^{N_i} Z_{ij} is the mean of all Zij,
  • Z_{i\cdot} = \frac{1}{N_i} \sum_{j=1}^{N_i} Z_{ij} is the mean of the Zij for group i.

The significance of W is tested against F(α,k − 1,Nk) where F is a quantile of the F test distribution, with k − 1 and Nk its degrees of freedom, and α is the chosen level of significance (usually 0.05 or 0.01).

Levene's test may also test a meaningful question in its own right if a researcher is interested in knowing whether population group variances are different.

Comparison with the Brown-Forsythe test

The Brown-Forsythe test uses the median instead of the mean. Although the optimal choice depends on the underlying distribution, the definition based on the median is recommended as the choice that provides good robustness against many types of non-normal data while retaining good statistical power. If one has knowledge of the underlying distribution of the data, this may indicate using one of the other choices. Brown and Forsythe performed Monte Carlo studies that indicated that using the trimmed mean performed best when the underlying data followed a Cauchy distribution (a heavy-tailed distribution) and the median performed best when the underlying data followed a Chi-square distribution with four degrees of freedom (a heavily skewed distribution). Using the mean provided the best power for symmetric, moderate-tailed, distributions.

References

  1. ^ Levene, Howard (1960). "Robust tests for equality of variances". in Ingram Olkin, Harold Hotelling et al. Contributions to Probability and Statistics: Essays in Honor of Harold Hotelling. Stanford University Press. pp. 278-292. 

Websites

http://www.itl.nist.gov/div898/handbook/eda/section3/eda35a.htm


Search unanswered questions...
Enter a word or phrase...
All Community Q&A Reference topics
 
 

 

Copyrights:

Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Levene's test" Read more