cmu-delphi / exploration-tooling

tools for evaluating and exploring forecasters
Other
0 stars 0 forks source link

add imputation to `rolling_mean`/`rolling_sd` #82

Open dsweber2 opened 8 months ago

dsweber2 commented 8 months ago

This is a minor variation on either of those techniques where any actually missing data is imputed based on the neighborhood average. Might be better filed under a separate function called impute that can also get used as a way of dealing with latency, though that is frequently extrapolation, rather than interpolation