dataset with NAs
imputeTS function - access to all simple algos w/o adjustion
+ option to apply on multivar missing data datasets(iterate over each variable)

+ removeSeasonal auf periodisch erweitern (alle wo samstag fehlt zB)
vlt wie split - nur alle entfernen
wenn seasonality gegebn -> einfach



+remove mit from - to erweitern

loess + unifled

karima
Loess
StructTS

Alg
  --option

(
loess
    --approx
    --spline

unifled  (frequency split) sp
    --approx
    --mean
)

kalman
    --arima
    --ets??


forecast
     --ets
     --nnet

macf
     --macf
     --macb
-param: 2 lags


knn
    --relative
    --absolute

ll
     -VIM
     -mice
      -...

createMissing

createLagsLeads

impute (to call every simple method)

