running_mean {diagis} | R Documentation |
Running mean
Description
Computes running mean of a vector or matrix, returning the values from each step.
Usage
running_mean(x, na.rm)
Arguments
x |
A numeric vector, matrix, three dimensional array, or an |
na.rm |
If |
Value
A vector containing the recursive mean estimates.
[Package diagis version 0.2.3 Index]