MovingAverage performs a moving average (MA) filter of xs with window size m. m must be a positive odd integer. Note that this is filter is often described in terms of the half length of the window (m-1)/2.
(xs []float64, m int)
source not stored for this graph (policy: none)
no outgoing calls