sma (simple moving average)
sma(source: Array<Number>, length: Integer) -> Array<Number>Returns the simple moving average of the input array.
sma(source: Array<Number>, length: Integer) -> Array<Number>Returns the simple moving average of the input array.