Package pulse.search.statistics
Class KSTest
-
- All Implemented Interfaces:
Serializable,Descriptive,Reflexive
public class KSTest extends NormalityTest
The Kolmogorov-Smirnov normality test as implemented inApacheCommonsMath.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class pulse.search.statistics.NormalityTest
significance
-
-
Constructor Summary
Constructors Constructor Description KSTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidevaluate(GeneralTask t)StringgetDescriptor()If not null, will return the prefix, otherwise calls the superclass method.booleantest(GeneralTask task)-
Methods inherited from class pulse.search.statistics.NormalityTest
getSelectedTestDescriptor, getStatistic, getStatisticalSignifiance, set, setSelectedTestDescriptor, setStatistic, setStatisticalSignificance
-
Methods inherited from class pulse.search.statistics.ResidualStatistic
calculateResiduals, calculateResiduals, calculateResiduals, equals, getResiduals, getTimeSequence, hashCode, residualsArray
-
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
-
test
public boolean test(GeneralTask task)
- Specified by:
testin classNormalityTest
-
evaluate
public void evaluate(GeneralTask t)
-
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()
-
-