Package pulse.search.statistics
Class PearsonCorrelation
- java.lang.Object
-
- pulse.util.UpwardsNavigable
-
- pulse.util.Group
-
- pulse.util.Accessible
-
- pulse.util.PropertyHolder
-
- pulse.search.statistics.CorrelationTest
-
- pulse.search.statistics.PearsonCorrelation
-
- All Implemented Interfaces:
Serializable,Descriptive,Reflexive
public class PearsonCorrelation extends CorrelationTest
WrapperCorrelationTestclass for ApacheCommonsMath Pearson Correlation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PearsonCorrelation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleevaluate(double[] x, double[] y)StringgetDescriptor()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:
evaluatein classCorrelationTest
-
getDescriptor
public String getDescriptor()
Description copied from class:PropertyHolderIf not null, will return the prefix, otherwise calls the superclass method.- Overrides:
getDescriptorin classPropertyHolder- Returns:
- the descriptor
- See Also:
Group.getSimpleName()
-
-