cumul_mean | R Documentation |
Cumulative mean
cumul_mean(x, regularizer_obs = 0, regularizer_mean = 1/2)
x |
The real-valued data |
regularizer_obs |
How many fake "regularization" observations to add. Setting this to 0 corresponds to the usual cumulative sample mean, while larger values lead to more regularization. |
regularizer_mean |
The value of the fake regularization observations. If 'regularizer_obs' is 0, then this parameter has no effect on the output of 'cumul_mean'. |
The sample mean of 'x' at each time
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.