roll_mean_matrix {tsensembler} | R Documentation |
Computing the rolling mean of the columns of a matrix
Description
Computing the rolling mean of the columns of a matrix
Usage
roll_mean_matrix(x, lambda)
Arguments
x |
a numeric data.frame; |
lambda |
periods to average over when computing the moving average. |
[Package tsensembler version 0.1.0 Index]