ts_interpolate: Interpolation of a time series with missing values

View source: R/timeseries.R

ts_interpolateR Documentation

Interpolation of a time series with missing values

Description

Interpolation of a time series with missing values

Usage

ts_interpolate(s, method = c("airline", "average"))

Arguments

s

The original time series

method

airline: interpolation through an estimated airline model average: interpolation using the average of the previous and next non missing values

Value

The interpolated series


palatej/rjd3toolkit documentation built on Oct. 30, 2024, 10:46 p.m.