Namespace Virtufin.Base.Behaviour
Classes
- SimpleMovingAverage<TTime, TValue>
Time-windowed simple moving average. "Simple" describes the averaging method (uniformly-weighted mean), not the implementation — count-based windowing is the special case where samples happen to arrive at a regular cadence, so this is windowed by time in general.