public interface StatisticalTest extends OptionHandler, Callable<Double>
Modifier and Type | Method and Description |
---|---|
void |
set(List<Instance> x,
List<Instance> y)
This method sets the instances for later use in concurrent scenarios.
|
double |
test(List<Instance> x,
List<Instance> y)
This method performs a test and returns the correspoding p-value.
|
copy, getCLICreationString, getOptions, getPurposeString, prepareForUse, prepareForUse
getDescription, measureByteSize
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.