Computing the rolling mean of the columns of a matrix
roll_mean_matrix(x, lambda)
x
a numeric data.frame;
lambda
periods to average over when computing the moving average.