|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.stats.test.HypothesisTest
com.numericalmethod.suanshu.stats.test.variance.Bartlett
public class Bartlett
Bartlett's test is used to test if k samples are from populations with equal variances, hence homoscedasticity.
Some statistical tests, for example the analysis of variance, assume that variances are equal across groups or samples.
The Bartlett test can be used to verify that assumption.
Bartlett's test is sensitive to departures from normality.
That is, if the samples come from non-normal distributions, then Bartlett's test may simply be testing for non-normality.
The Levene and BrownForsythe tests are alternatives to the Bartlett test that are less sensitive to departures from normality.
The R equivalent function is bartlett.test.
| Field Summary | |
|---|---|
double |
df
the degree of freedom |
| Fields inherited from class com.numericalmethod.suanshu.stats.test.HypothesisTest |
|---|
k, N, pValue, testStatistics |
| Constructor Summary | |
|---|---|
Bartlett(double[]... samples)
Perform the Bartlett test to test if the samples are from populations with equal variances. |
|
| Method Summary | |
|---|---|
java.lang.String |
alternativeHypothesis()
Get a description of the alternative hypothesis. |
java.lang.String |
nullHypothesis()
Get a description of the null hypothesis. |
| Methods inherited from class com.numericalmethod.suanshu.stats.test.HypothesisTest |
|---|
oneSidedPvalue, pValue, rejectNull, testStatistics |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final double df
| Constructor Detail |
|---|
public Bartlett(double[]... samples)
samples - samples| Method Detail |
|---|
public java.lang.String nullHypothesis()
HypothesisTest
nullHypothesis in class HypothesisTestpublic java.lang.String alternativeHypothesis()
HypothesisTest
alternativeHypothesis in class HypothesisTest
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||