fast_avg_sd: Fast implementation of moving average and moving standard...

Description Usage Arguments Value

View source: R/misc.R

Description

This function does not handle NA values

Usage

1
fast_avg_sd(data, window_size, rcpp = FALSE)

Arguments

data

a vector or a column matrix of numeric.

window_size

moving sd window size

rcpp

a logical. Uses rcpp implementation.

Value

Returns a list with avg and sd vectors


franzbischoff/tsmp documentation built on March 9, 2020, 6:01 a.m.