Package pulse.search.statistics
Class EmptyTest
-
- All Implemented Interfaces:
Serializable
,Descriptive
,Reflexive
public class EmptyTest extends NormalityTest
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class pulse.search.statistics.NormalityTest
significance
-
-
Constructor Summary
Constructors Constructor Description EmptyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evaluate(GeneralTask t)
String
getDescriptor()
If not null, will return the prefix, otherwise calls the superclass method.boolean
test(GeneralTask task)
Always returns true-
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)
Always returns true- Specified by:
test
in classNormalityTest
-
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()
-
evaluate
public void evaluate(GeneralTask t)
-
-