Skip to main content
sma
wowlab_
types
0.1.0
In wowlab_
types::
stats
wowlab_types
::
stats
Function
sma
Copy item path
Source
pub fn sma(data: &[
f64
], window:
usize
) ->
Vec
<
f64
>
Expand description
Simple moving average with window size.