powered by
Calculates the relative change in the standard deviation between two consecutive rolling windows.
evi(rollsd)
numeric vector - returned and stored as roll from the rollsd() function.
data("Italy") cases = mova(cases=Italy$Cases) roll = rollsd(cases=cases, lag_t=7) ev = evi(rollsd=roll)
Run the code above in your browser using DataLab