Uses of Record Class
com.framed.cdss.utils.SlopeUtils.Sample
Packages that use SlopeUtils.Sample
-
Uses of SlopeUtils.Sample in com.framed.cdss.utils
Method parameters in com.framed.cdss.utils with type arguments of type SlopeUtils.SampleModifier and TypeMethodDescriptionstatic doubleSlopeUtils.computeSlope(Deque<SlopeUtils.Sample> win) Computes the least-squares linear regression slope of the ETCO2 signal over the provided sliding window, using time in seconds relative to the first sample in the window.