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 executingSearchTasks.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 classEmptyCorrelationTestclassPearsonCorrelationWrapperCorrelationTestclass for ApacheCommonsMath Pearson Correlation.classSpearmansCorrelationTestWrapperCorrelationTestclass for ApacheCommonsMath Spearmans Correlation.Methods in pulse.search.statistics that return CorrelationTest Modifier and Type Method Description static CorrelationTestCorrelationTest. 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 CorrelationTestSearchTask. 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)booleanCorrelationBuffer. test(CorrelationTest t)
-