|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
|
inline |
Confidence that a Differential-derived rate reflects signal, not floor.
| rate | A velocity, acceleration, or other per-second quantity from Kinesis::Differential |
| dt | The same dt passed to the Differential call that produced rate |
Converts rate back to a per-sample step (rate * dt) before comparing against floor(), which is what makes the comparison dimensionally correct. Without this conversion, floor (a static spread) and rate (a quantity already divided by dt) are different units, and the ratio between them says nothing about confidence.
Definition at line 223 of file Estimate.hpp.
References rate.