public abstract class AbstractTTest extends AbstractNumberTest
AbstractNumberTest
to compute t-tests. Note
that this test is used to compare two conditions, thus the test method will
raise an IllegalArgumentException
if a different number of conditions
is provided. Concrete classes must implement the specific test
method.Constructor and Description |
---|
AbstractTTest() |
Modifier and Type | Method and Description |
---|---|
protected abstract double |
test(double[] sample1,
double[] sample2) |
double |
test(FeatureValues<Number> values)
Returns the p-value that results of the application of the statistical
test to the specified
values . |
asDoubleArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAdditionalInfoUrl, getDescription, getName
public double test(FeatureValues<Number> values)
Test
values
.values
- a FeatureValues
objectprotected abstract double test(double[] sample1, double[] sample2)
Copyright © 2014–2020. All rights reserved.