Uses of Interface
pulse.Response
-
Packages that use Response Package Description pulse.math.filters pulse.search 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. -
-
Uses of Response in pulse.math.filters
Classes in pulse.math.filters that implement Response Modifier and Type Class Description class
PolylineOptimiser.PolylineResponse
Methods in pulse.math.filters that return Response Modifier and Type Method Description Response
PolylineOptimiser. getResponse()
-
Uses of Response in pulse.search
Classes in pulse.search with type parameters of type Response Modifier and Type Class Description class
GeneralTask<I extends DiscreteInput,R extends Response>
Classes in pulse.search that implement Response Modifier and Type Class Description class
SimpleResponse
-
Uses of Response in pulse.search.statistics
Methods in pulse.search.statistics with parameters of type Response Modifier and Type Method Description void
ResidualStatistic. calculateResiduals(DiscreteInput reference, Response estimate)
void
ResidualStatistic. calculateResiduals(DiscreteInput reference, Response estimate, int min, int max)
This will calculate the residuals for thetask
using the time sequence defined by theExperimentalData
object.The residuals are calculated between the model, which was previously used to populate theHeatingCurve
and the experimental data.The temperature value of the model at the reference time is .and unknown a priori. -
Uses of Response in pulse.tasks
Classes in pulse.tasks that implement Response Modifier and Type Class Description class
Calculation
-