Uses of Class
pulse.search.statistics.OptimiserStatistic
-
Packages that use OptimiserStatistic Package Description pulse Contains some of the most frequently used classes, which did not seem to fit in any other packages.pulse.math.filters pulse.search pulse.search.direction Provides a list ofPathSolvers and associated classes, which are used to determine the direction of the minimum of a specificSearchTaskusing 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 executingSearchTasks. -
-
Uses of OptimiserStatistic in pulse
Methods in pulse that return OptimiserStatistic Modifier and Type Method Description OptimiserStatisticResponse. getOptimiserStatistic() -
Uses of OptimiserStatistic in pulse.math.filters
Constructors in pulse.math.filters with parameters of type OptimiserStatistic Constructor Description PolylineResponse(OptimiserStatistic os) -
Uses of OptimiserStatistic in pulse.search
Methods in pulse.search that return OptimiserStatistic Modifier and Type Method Description OptimiserStatisticSimpleResponse. getOptimiserStatistic()Methods in pulse.search with parameters of type OptimiserStatistic Modifier and Type Method Description voidSimpleResponse. setOptimiserStatistic(OptimiserStatistic statistic)Constructors in pulse.search with parameters of type OptimiserStatistic Constructor Description SimpleResponse(OptimiserStatistic rs) -
Uses of OptimiserStatistic in pulse.search.direction
Methods in pulse.search.direction with parameters of type OptimiserStatistic Modifier and Type Method Description booleanLMOptimiser. compatibleWith(OptimiserStatistic os)The Levenberg-Marquardt optimiser will only accept ordinary least-squares as its objective function.booleanPathOptimiser. compatibleWith(OptimiserStatistic os)Checks if this optimiser is compatible with the statistic passed to the method as its argument.By default, this will accept anyOptimiserStatistic -
Uses of OptimiserStatistic in pulse.search.direction.pso
Methods in pulse.search.direction.pso with parameters of type OptimiserStatistic Modifier and Type Method Description booleanParticleSwarmOptimiser. compatibleWith(OptimiserStatistic os) -
Uses of OptimiserStatistic in pulse.search.statistics
Subclasses of OptimiserStatistic in pulse.search.statistics Modifier and Type Class Description classAbsoluteDeviationsA statistical optimality criterion relying on absolute deviations or the L1 norm condition.classRangePenalisedLeastSquaresThis is an experimental feature.classRegularisedLeastSquaresThis is an experimental feature.classSumOfSquaresThe standard optimality criterion of the L2 norm condition, or simply ordinary least squares.Methods in pulse.search.statistics that return OptimiserStatistic Modifier and Type Method Description OptimiserStatisticAbsoluteDeviations. copy()abstract OptimiserStatisticOptimiserStatistic. copy()OptimiserStatisticRangePenalisedLeastSquares. copy()OptimiserStatisticRegularisedLeastSquares. copy()OptimiserStatisticSumOfSquares. copy()OptimiserStatisticModelSelectionCriterion. getOptimiserStatistic()Methods in pulse.search.statistics with parameters of type OptimiserStatistic Modifier and Type Method Description voidModelSelectionCriterion. setOptimiserStatistic(OptimiserStatistic os)Constructors in pulse.search.statistics with parameters of type OptimiserStatistic Constructor Description AICStatistic(OptimiserStatistic os)BICStatistic(OptimiserStatistic os)ModelSelectionCriterion(OptimiserStatistic os)OptimiserStatistic(OptimiserStatistic stat) -
Uses of OptimiserStatistic in pulse.tasks
Methods in pulse.tasks that return OptimiserStatistic Modifier and Type Method Description OptimiserStatisticCalculation. getOptimiserStatistic()Methods in pulse.tasks with parameters of type OptimiserStatistic Modifier and Type Method Description voidCalculation. setOptimiserStatistic(OptimiserStatistic os)
-