R/timeseries.R
ts_interpolate.Rd
Interpolation of a time series with missing values
ts_interpolate(s, method = c("airline", "average"))
The original time series
airline: interpolation through an estimated airline model average: interpolation using the average of the previous and next non missing values
The interpolated series