Namespaces | |
namespace | w2img |
Classes | |
class | w2img::KalmanEstimator |
The Kalman estimator gives an estimate of the value assuming that the observation is of the same value. More... | |
class | w2img::MovingAverageEstimator |
The moving average estimator works just like the Kalman Estimator, except that, instead of using a Kalman filter to estimate the true current value, it uses a moving average. More... |