View source: R/helper_functions.R
ergMean | R Documentation |
Compute the ergodic (running) mean.
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])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.