Learn R Programming

tsmp (version 0.4.15)

fast_movavg: Fast implementation of moving average

Description

This function does not handle NA values

Usage

fast_movavg(data, window_size)

Value

Returns a vector with the moving average

Arguments

data

a vector or a column matrix of numeric.

window_size

moving sd window size

Examples

Run this code
data_avg <- fast_movavg(mp_toy_data$data[, 1], mp_toy_data$sub_len)

Run the code above in your browser using DataLab