Description Usage Arguments Value Examples
View source: R/helper_functions.R
Compute the ergodic (running) mean.
1 | ergMean(x)
|
x |
vector for which to compute the running mean |
A vector y
with each element defined by y[i] = mean(x[1:i])
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.