Uses of Class
pulse.search.statistics.ModelSelectionCriterion
-
Packages that use ModelSelectionCriterion Package Description pulse.search.statistics PULsE Statistical Kit.pulse.tasks Introduces theSearchTask, which is the main actor inPULsE, and theTaskManager, a high-level class which among other functions manages loading and executingSearchTasks. -
-
Uses of ModelSelectionCriterion in pulse.search.statistics
Subclasses of ModelSelectionCriterion in pulse.search.statistics Modifier and Type Class Description classAICStatisticAIC algorithm: Banks, H.classBICStatisticBayesian Information Criterion (BIC) algorithm formulated for the Gaussian distribution of residuals.Methods in pulse.search.statistics that return ModelSelectionCriterion Modifier and Type Method Description ModelSelectionCriterionAICStatistic. copy()ModelSelectionCriterionBICStatistic. copy()abstract ModelSelectionCriterionModelSelectionCriterion. copy()Method parameters in pulse.search.statistics with type arguments of type ModelSelectionCriterion Modifier and Type Method Description doubleModelSelectionCriterion. probability(List<ModelSelectionCriterion> all)Calculates the probability that this model is the best amongallothers.NumericPropertyModelSelectionCriterion. weight(List<ModelSelectionCriterion> all)Calculates the weight (in the Akaike sense) when comparing the model associated with this statistic with other models represented by statistics of the same type.Constructors in pulse.search.statistics with parameters of type ModelSelectionCriterion Constructor Description AICStatistic(ModelSelectionCriterion another)BICStatistic(ModelSelectionCriterion another)ModelSelectionCriterion(ModelSelectionCriterion another) -
Uses of ModelSelectionCriterion in pulse.tasks
Methods in pulse.tasks that return ModelSelectionCriterion Modifier and Type Method Description ModelSelectionCriterionCalculation. getModelSelectionCriterion()Methods in pulse.tasks that return types with arguments of type ModelSelectionCriterion Modifier and Type Method Description static InstanceDescriptor<? extends ModelSelectionCriterion>Calculation. getModelSelectionDescriptor()Methods in pulse.tasks with parameters of type ModelSelectionCriterion Modifier and Type Method Description voidCalculation. setModelSelectionCriterion(ModelSelectionCriterion rs)
-