powered by
Fast implementation of moving standard deviation using filter
fast_movsd(data, window_size)
a vector or a column matrix of numeric.
vector
matrix
numeric
moving sd window size
Returns a vector with the moving standard deviation
# NOT RUN { data_sd <- fast_movsd(mp_toy_data$data[,1], mp_toy_data$sub_len) # }
Run the code above in your browser using DataLab