Interface StatisticalTest
-
- All Superinterfaces:
Callable<Double>
,Configurable
,MOAObject
,OptionHandler
,Serializable
public interface StatisticalTest extends OptionHandler, Callable<Double>
This interface represents how to perform multivariate statistical tests.- Author:
- Paulo Goncalves
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface moa.MOAObject
getDescription, measureByteSize
-
Methods inherited from interface moa.options.OptionHandler
copy, getCLICreationString, getOptions, getPurposeString, prepareForUse, prepareForUse
-
-