compute_redi {REDI} | R Documentation |
Compute REDI for a specific input
Description
Compute REDI for a specific input
Usage
compute_redi(data, coef = 0.1)
Arguments
data |
A tibble or data frame, containing an |
coef |
A number corresponding to the lambda coefficient, controlling the decay of the exponential weights. |
Value
A number, corresponding to the REDI value at the last Input
time,
computed over the whole period.
Examples
data <- simu_db()
compute_redi(data = data, coef = 0.1)
[Package REDI version 1.0.0 Index]