Uses of Class
pulse.search.statistics.CorrelationTest
-
Packages that use CorrelationTest Package Description pulse.search.statistics PULsE Statistical Kit.pulse.tasks Introduces theSearchTask
, which is the main actor inPULsE
, and theTaskManager
, a high-level class which among other functions manages loading and executingSearchTask
s.pulse.tasks.processing Lists classes for storing runtime information, storing and ordering of final execution results, storing intermediate results of execution to check convergence. -
-
Uses of CorrelationTest in pulse.search.statistics
Subclasses of CorrelationTest in pulse.search.statistics Modifier and Type Class Description class
EmptyCorrelationTest
class
PearsonCorrelation
WrapperCorrelationTest
class for ApacheCommonsMath Pearson Correlation.class
SpearmansCorrelationTest
WrapperCorrelationTest
class for ApacheCommonsMath Spearmans Correlation.Methods in pulse.search.statistics that return CorrelationTest Modifier and Type Method Description static CorrelationTest
CorrelationTest. init()
Methods in pulse.search.statistics that return types with arguments of type CorrelationTest Modifier and Type Method Description static InstanceDescriptor<CorrelationTest>
CorrelationTest. getTestDescriptor()
-
Uses of CorrelationTest in pulse.tasks
Methods in pulse.tasks that return CorrelationTest Modifier and Type Method Description CorrelationTest
SearchTask. getCorrelationTest()
-
Uses of CorrelationTest in pulse.tasks.processing
Methods in pulse.tasks.processing with parameters of type CorrelationTest Modifier and Type Method Description Map<ImmutablePair<ParameterIdentifier>,Double>
CorrelationBuffer. evaluate(CorrelationTest t)
boolean
CorrelationBuffer. test(CorrelationTest t)
-