Uses of Package
pulse.search.statistics
-
Packages that use pulse.search.statistics Package Description pulse Contains some of the most frequently used classes, which did not seem to fit in any other packages.pulse.io.export Package contains the PULsE export API, which currently consists of different exporter classes, an export manager, an XML converter and a MassExporter class.pulse.math.filters pulse.search pulse.search.direction Provides a list ofPathSolver
s and associated classes, which are used to determine the direction of the minimum of a specificSearchTask
using an iterative approach.pulse.search.direction.pso 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 executingSearchTask
s.pulse.tasks.processing Lists classes for storing runtime information, storing and ordering of final execution results, storing intermediate results of execution to check convergence.pulse.ui.components This package contains all custom Swing-based components of the graphical user interface ofPULsE
that are used to interact with all other entities, such asPropertyHolder
s, etc.pulse.ui.frames Contains all JFrame classes that are used to create the graphical user interface ofPULsE
. -
Classes in pulse.search.statistics used by pulse Class Description OptimiserStatistic An Optimiser statistic is simply the objective function that is calculated by the Optimiser. -
Classes in pulse.search.statistics used by pulse.io.export Class Description ResidualStatistic An abstract statistic (= a numeric value resulting from a statistical procedure) that operates with model residuals. -
Classes in pulse.search.statistics used by pulse.math.filters Class Description OptimiserStatistic An Optimiser statistic is simply the objective function that is calculated by the Optimiser. -
Classes in pulse.search.statistics used by pulse.search Class Description OptimiserStatistic An Optimiser statistic is simply the objective function that is calculated by the Optimiser. -
Classes in pulse.search.statistics used by pulse.search.direction Class Description OptimiserStatistic An Optimiser statistic is simply the objective function that is calculated by the Optimiser. -
Classes in pulse.search.statistics used by pulse.search.direction.pso Class Description OptimiserStatistic An Optimiser statistic is simply the objective function that is calculated by the Optimiser. -
Classes in pulse.search.statistics used by pulse.search.statistics Class Description AbsoluteDeviations A statistical optimality criterion relying on absolute deviations or the L1 norm condition.CorrelationTest ModelSelectionCriterion An abstract superclass for the BIC and AIC statistics.NormalityTest A normality test is invoked after a task finishes, to validate its result.OptimiserStatistic An Optimiser statistic is simply the objective function that is calculated by the Optimiser.RangePenalisedLeastSquares This is an experimental feature.RegularisedLeastSquares This is an experimental feature.ResidualStatistic An abstract statistic (= a numeric value resulting from a statistical procedure) that operates with model residuals.Statistic A statistic is an abstract class that hosts theevaluate
method to validate the results of aSearchTask
.SumOfSquares The standard optimality criterion of the L2 norm condition, or simply ordinary least squares. -
Classes in pulse.search.statistics used by pulse.tasks Class Description CorrelationTest ModelSelectionCriterion An abstract superclass for the BIC and AIC statistics.NormalityTest A normality test is invoked after a task finishes, to validate its result.OptimiserStatistic An Optimiser statistic is simply the objective function that is calculated by the Optimiser.Statistic A statistic is an abstract class that hosts theevaluate
method to validate the results of aSearchTask
. -
Classes in pulse.search.statistics used by pulse.tasks.processing Class Description CorrelationTest -
Classes in pulse.search.statistics used by pulse.ui.components Class Description ResidualStatistic An abstract statistic (= a numeric value resulting from a statistical procedure) that operates with model residuals. -
Classes in pulse.search.statistics used by pulse.ui.frames Class Description ResidualStatistic An abstract statistic (= a numeric value resulting from a statistical procedure) that operates with model residuals.