Trait yata::core::MovingAverage

source ·
pub trait MovingAverage: Method<Input = ValueType, Output = ValueType> { }
Expand description

Marker trait for any moving average

Moving average is a Method which has parameters of single PeriodType, input is single ValueType and output is single ValueType.

§See also

Default moving averages methods list

Implementors§