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 executingSearchTasks. -
-
Uses of Response in pulse.math.filters
Classes in pulse.math.filters that implement Response Modifier and Type Class Description classPolylineOptimiser.PolylineResponseMethods in pulse.math.filters that return Response Modifier and Type Method Description ResponsePolylineOptimiser. getResponse() -
Uses of Response in pulse.search
Classes in pulse.search with type parameters of type Response Modifier and Type Class Description classGeneralTask<I extends DiscreteInput,R extends Response>Classes in pulse.search that implement Response Modifier and Type Class Description classSimpleResponse -
Uses of Response in pulse.search.statistics
Methods in pulse.search.statistics with parameters of type Response Modifier and Type Method Description voidResidualStatistic. calculateResiduals(DiscreteInput reference, Response estimate)voidResidualStatistic. calculateResiduals(DiscreteInput reference, Response estimate, int min, int max)This will calculate the residuals for thetaskusing the time sequence defined by theExperimentalDataobject.The residuals are calculated between the model, which was previously used to populate theHeatingCurveand 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 classCalculation
-