Learn R Programming

tempdisagg: Methods for Temporal Disaggregation and Interpolation of Time Series

Temporal disaggregation methods are used to disaggregate or interpolate a low frequency time series to a higher frequency series, where either the sum, the average, the first or the last value of the resulting high frequency series is consistent with the low frequency series. Temporal disaggregation can be performed with or without one or more high frequency indicator series. Contains the methods of Chow-Lin, Santos-Silva-Cardoso, Fernandez, Litterman, Denton and Denton-Cholette. Supports most R time series classes.

Installation

To install or update from from CRAN, run:

install.packages("tempdisagg")

To install the development version:

# install.packages("remotes")
remotes::install_github("christophsax/tempdisagg")

Our article on temporal disaggregation of time series in the R-Journal describes the package and the theory of temporal disaggregation in more detail.

Please report bugs on Github or send an e-mail, thank you!

Copy Link

Version

Install

install.packages('tempdisagg')

Monthly Downloads

1,537

Version

1.1.1

License

GPL-3

Maintainer

Last Published

August 8th, 2023

Functions in tempdisagg (1.1.1)

tempdisagg-package

Methods for Temporal Disaggregation and Interpolation of Time Series
spi.d

SPI Swiss Performance Index
td

Temporal Disaggregation of Time Series
ta

Temporal Aggregation of Time Series
plot.td

Residual Plot for Temporal Disaggregation
summary.td

Summary of a Temporal Disaggregation
exports.m

Trade and Sales of Chemical and Pharmaceutical Industry
gdp.q

Gross Domestic Product
predict.td

Predict Method for Temporal Disaggregation