View source: R/computing-functions.R
compute_redi | R Documentation |
Compute REDI for a specific input
compute_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. |
A number, corresponding to the REDI value at the last Input
time,
computed over the whole period.
data <- simu_db()
compute_redi(data = data, coef = 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.