Description Usage Arguments Value Examples
This function does not handle NA values
1  | fast_movsd(data, window_size, rcpp = FALSE)
 | 
data | 
 a   | 
window_size | 
 moving sd window size  | 
rcpp | 
 a   | 
Returns a vector with the moving standard deviation
1  | data_sd <- fast_movsd(mp_toy_data$data[, 1], mp_toy_data$sub_len)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.