fast_movavg {tsmp} | R Documentation |
Fast implementation of moving average
Description
This function does not handle NA values
Usage
fast_movavg(data, window_size)
Arguments
data |
a |
window_size |
moving sd window size |
Value
Returns a vector
with the moving average
Examples
data_avg <- fast_movavg(mp_toy_data$data[, 1], mp_toy_data$sub_len)
[Package tsmp version 0.4.15 Index]