Uses of Class
pulse.tasks.Calculation
-
Packages that use Calculation 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.pulse.ui.components This package contains all custom Swing-based components of the graphical user interface ofPULsEthat are used to interact with all other entities, such asPropertyHolders, etc.pulse.ui.frames Contains all JFrame classes that are used to create the graphical user interface ofPULsE. -
-
Uses of Calculation in pulse.search.statistics
Methods in pulse.search.statistics that return Calculation Modifier and Type Method Description static CalculationFTest. findNested(Calculation a, Calculation b)Tests two models to see which one is nested in the other.static CalculationFTest. test(Calculation a, Calculation b)Tests two models to see which one is better according to the F-testMethods in pulse.search.statistics with parameters of type Calculation Modifier and Type Method Description static double[]FTest. evaluate(Calculation a, Calculation b)Evaluates the F-statistic for two calculations.static CalculationFTest. findNested(Calculation a, Calculation b)Tests two models to see which one is nested in the other.static CalculationFTest. test(Calculation a, Calculation b)Tests two models to see which one is better according to the F-test -
Uses of Calculation in pulse.tasks
Methods in pulse.tasks that return Calculation Modifier and Type Method Description CalculationSearchTask. findBestCalculation()Finds the best calculation by comparing those already stored by their model selection statistics.CalculationSearchTask. getResponse()Methods in pulse.tasks that return types with arguments of type Calculation Modifier and Type Method Description List<Calculation>SearchTask. getStoredCalculations()Methods in pulse.tasks with parameters of type Calculation Modifier and Type Method Description intCalculation. compareTo(Calculation arg0)Compares two calculations based on their model selection criteria.booleanCalculation. isBetterThan(Calculation a)Checks if thisCalculationis better thana.voidSearchTask. switchTo(Calculation calc)Method parameters in pulse.tasks with type arguments of type Calculation Modifier and Type Method Description NumericPropertyCalculation. weight(List<Calculation> all)Constructors in pulse.tasks with parameters of type Calculation Constructor Description Calculation(Calculation c)Creates an orphan Calculation, retaining some properties of the argument -
Uses of Calculation in pulse.ui.components
Methods in pulse.ui.components with parameters of type Calculation Modifier and Type Method Description voidPulseChart. plot(Calculation c)org.jfree.data.xy.XYSeriesChart. residuals(Calculation calc) -
Uses of Calculation in pulse.ui.frames
Methods in pulse.ui.frames that return types with arguments of type Calculation Modifier and Type Method Description InternalGraphFrame<Calculation>TaskControlFrame. getPulseFrame()
-