Package pulse.search.statistics
Class SpearmansCorrelationTest
- java.lang.Object
-
- pulse.util.UpwardsNavigable
-
- pulse.util.Group
-
- pulse.util.Accessible
-
- pulse.util.PropertyHolder
-
- pulse.search.statistics.CorrelationTest
-
- pulse.search.statistics.SpearmansCorrelationTest
-
- All Implemented Interfaces:
Serializable
,Descriptive
,Reflexive
public class SpearmansCorrelationTest extends CorrelationTest
WrapperCorrelationTest
class for ApacheCommonsMath Spearmans Correlation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpearmansCorrelationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
evaluate(double[] x, double[] y)
String
getDescriptor()
If not null, will return the prefix, otherwise calls the superclass method.-
Methods inherited from class pulse.search.statistics.CorrelationTest
compareToThreshold, getTestDescriptor, getThreshold, init, set, setThreshold
-
Methods inherited from class pulse.util.PropertyHolder
addListener, areDetailsHidden, data, describe, firePropertyChanged, getListeners, getPrefix, ignoreSiblings, initListeners, isListedNumericType, isListedParameter, listedKeywords, listedTypes, numericData, parameterListChanged, removeListeners, setPrefix, updateProperties, updateProperty
-
Methods inherited from class pulse.util.Accessible
accessibleChildren, genericProperties, genericProperty, numericProperties, numericProperty, property, update, update
-
Methods inherited from class pulse.util.UpwardsNavigable
addHierarchyListener, getHierarchyListeners, getParent, identify, removeHierarchyListener, removeHierarchyListeners, setParent, specificAncestor, tellParent
-
-
-
-
Method Detail
-
evaluate
public double evaluate(double[] x, double[] y)
- Specified by:
evaluate
in classCorrelationTest
-
getDescriptor
public String getDescriptor()
Description copied from class:PropertyHolder
If not null, will return the prefix, otherwise calls the superclass method.- Overrides:
getDescriptor
in classPropertyHolder
- Returns:
- the descriptor
- See Also:
Group.getSimpleName()
-
-