This implementation uses the {@link org.apache.commons.math.distribution.FDistribution commons-math F Distribution implementation} to estimate the exactp-value, using the formula
p = 1 - cumulativeProbability(F)where
F
is the F value and cumulativeProbability
is the commons-math implementation of the F distribution. True is returned iff the estimated p-value is less than alpha.
|
|
|
|