Interpolate observations based on their timestamps and a method.
interpolate_obs(obs, times, interp_method = forecast::na.interp, ...)
obs | the time series of |
---|---|
times |
|
interp_method |
|
... | further arguments to be passed to the interpolation method |
Interpolated observation vector.