invenia / Impute.jl

Imputation methods for missing data in julia
https://invenia.github.io/Impute.jl/latest/
Other
76 stars 11 forks source link

Add a `maxgap` setting to `LOCF`, `NOCB` and `Iterpolate. #72

Open rofinn opened 3 years ago

rofinn commented 3 years ago

Often with timeseries data we only want to fill in small gaps, so perhaps adding a maxgap setting would be a prudent addition. I think more sophisticated approaches like using exponential weights should probably be reserved to either a threshold assertion check or a custom imputor type.