Jump to content

Levene's test: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Ochado (talk | contribs)
m Typo correction
Line 3: Line 3:
Some of the procedures typically assuming homoscedasticity, for which one can use Levene's tests, include [[analysis of variance]] and [[Student's t-test|t-tests]].
Some of the procedures typically assuming homoscedasticity, for which one can use Levene's tests, include [[analysis of variance]] and [[Student's t-test|t-tests]].


Levene's test is often used before a comparison of means. When Levene's test shows significance, one should switch to a more generalized tests that is free from homoscedasticity assumptions (sometimes even a non-parametric tests).
Levene's test is often used before a comparison of means. When Levene's test shows significance, one should switch to a more generalized tests that is free from homoscedasticity assumptions (sometimes even non-parametric tests).


Levene's test may also be used as a main test for answering a stand-alone question of whether two sub-samples in a given population have equal or different variances.
Levene's test may also be used as a main test for answering a stand-alone question of whether two sub-samples in a given population have equal or different variances.

Revision as of 15:06, 21 August 2015

In statistics, Levene's test is an inferential statistic used to assess the equality of variances for a variable calculated for two or more groups.[1] 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 (called homogeneity of variance or homoscedasticity). If the resulting p-value of Levene's test is less than some significance level (typically 0.05), the obtained differences in sample variances are unlikely to have occurred based on random sampling from a population with equal variances. Thus, the null hypothesis of equal variances is rejected and it is concluded that there is a difference between the variances in the population.

Some of the procedures typically assuming homoscedasticity, for which one can use Levene's tests, include analysis of variance and t-tests.

Levene's test is often used before a comparison of means. When Levene's test shows significance, one should switch to a more generalized tests that is free from homoscedasticity assumptions (sometimes even non-parametric tests).

Levene's test may also be used as a main test for answering a stand-alone question of whether two sub-samples in a given population have equal or different variances.

Definition

The test statistic, W, is defined as follows:

where

  • is the result of the test,
  • is the number of different groups to which the sampled cases belong,
  • is the total number of cases in all groups,
  • is the number of cases in the th group,
  • is the value of the measured variable for theth case from the th group,

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

  • is the mean of all ,
  • is the mean of the for group .

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

Comparison with the Brown–Forsythe test

The Brown–Forsythe test uses the median instead of the mean in computing the spread within each group ( vs. , above). 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-squared distribution with four degrees of freedom (a heavily skewed distribution). Using the mean provided the best power for symmetric, moderate-tailed, distributions.

See also

References

  1. ^ Levene, Howard (1960). "Robust tests for equality of variances". In Ingram Olkin, Harold Hotelling; et al. (eds.). Stanford University Press. pp. 278–292. {{cite book}}: Explicit use of et al. in: |editor= (help); Missing or empty |title= (help); Unknown parameter |booktitle= ignored (help)

External links