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 executingSearchTask
s.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
. -
-
Uses of Calculation in pulse.search.statistics
Methods in pulse.search.statistics that return Calculation Modifier and Type Method Description static Calculation
FTest. findNested(Calculation a, Calculation b)
Tests two models to see which one is nested in the other.static Calculation
FTest. 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 Calculation
FTest. findNested(Calculation a, Calculation b)
Tests two models to see which one is nested in the other.static Calculation
FTest. 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 Calculation
SearchTask. findBestCalculation()
Finds the best calculation by comparing those already stored by their model selection statistics.Calculation
SearchTask. 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 int
Calculation. compareTo(Calculation arg0)
Compares two calculations based on their model selection criteria.boolean
Calculation. isBetterThan(Calculation a)
Checks if thisCalculation
is better thana
.void
SearchTask. switchTo(Calculation calc)
Method parameters in pulse.tasks with type arguments of type Calculation Modifier and Type Method Description NumericProperty
Calculation. 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 void
PulseChart. plot(Calculation c)
org.jfree.data.xy.XYSeries
Chart. 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()
-