Sidereon.Estimation.AlphaBetaState (Sidereon v0.20.0)

Copy Markdown View Source

State of a scalar alpha-beta level and rate estimator.

:level is the estimated scalar value and :rate is its time derivative in level units per second when dt is in seconds.

Summary

Types

t()

@type t() :: %Sidereon.Estimation.AlphaBetaState{level: float(), rate: float()}