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