Package pulse.search.statistics
Class AndersonDarlingTest
- java.lang.Object
-
- pulse.util.UpwardsNavigable
-
- pulse.util.Group
-
- pulse.util.Accessible
-
- pulse.util.PropertyHolder
-
- pulse.search.statistics.Statistic
-
- pulse.search.statistics.ResidualStatistic
-
- pulse.search.statistics.NormalityTest
-
- pulse.search.statistics.AndersonDarlingTest
-
- All Implemented Interfaces:
Serializable
,Descriptive
,Reflexive
public class AndersonDarlingTest extends NormalityTest
The Anderson-Darling normality test. In this variant of the test, the mean and the variance are assumed to be known.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class pulse.search.statistics.NormalityTest
significance
-
-
Constructor Summary
Constructors Constructor Description AndersonDarlingTest()
-
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)
This uses the SSJ statistical library to calculate the Anderson-Darling test with the input parameters formed by thetask
residuals and a normal distribution with zero mean and variance equal to the residuals variance.-
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)
This uses the SSJ statistical library to calculate the Anderson-Darling test with the input parameters formed by thetask
residuals and a normal distribution with zero mean and variance equal to the residuals variance.- Specified by:
test
in classNormalityTest
- Parameters:
task
-- Returns:
-
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)
-
-