View source: R/computing-functions.R
loop_redi | R Documentation |
Compute the evolution of REDI over successive inputs
loop_redi(data, coef = 0.1)
data |
A tibble or data frame, containing an |
coef |
A number corresponding to the lambda coefficient, controlling the decay of the exponential weights. Default is 0.1. |
A tibble similar to data
, containing an additional REDI
column computed over the successive input values.
data <- simu_db()
loop_redi(data = data, coef = 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.