public class BrownForsythe extends HypothesisTest
| Modifier and Type | Field and Description |
|---|---|
int |
df1
degree of freedoms
|
int |
df2
degree of freedoms
|
k, N, pValue, testStatistics| Constructor and Description |
|---|
BrownForsythe(double[]... samples)
Perform the Brown-Forsythe test to test for equal variances of the samples.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlternativeHypothesis()
Get a description of the alternative hypothesis.
|
java.lang.String |
getNullHypothesis()
Get a description of the null hypothesis.
|
isNullRejected, oneSidedPvalue, pValue, statisticspublic final int df1
public final int df2
public BrownForsythe(double[]... samples)
samples - samplespublic java.lang.String getNullHypothesis()
HypothesisTestgetNullHypothesis in class HypothesisTestpublic java.lang.String getAlternativeHypothesis()
HypothesisTestgetAlternativeHypothesis in class HypothesisTest