Package: tempdisagg Version: 1.2.0 Date: 2025-11-03 Title: Methods for Temporal Disaggregation and Interpolation of Time Series Authors@R: c( person("Christoph", "Sax", email = "christoph.sax@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7192-7044")), person("Peter", "Steiner", role = c("aut")), person("Tommaso", "Di Fonzo", role = "ctb"), person("Nelson", "Stevens", role = "ctb"), person("Tobias", "Schieferdecker", role = "ctb")) URL: https://cynkra.github.io/tempdisagg/, https://journal.r-project.org/articles/RJ-2013-028/ BugReports: https://github.com/cynkra/tempdisagg/issues Suggests: tsbox, testthat, knitr, rmarkdown, covr, xts Description: Temporal disaggregation methods are used to disaggregate and interpolate a low frequency time series to a higher frequency series, where either the sum, the mean, 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, summarized in Sax and Steiner (2013) . Supports most R time series classes. License: GPL-3 LazyLoad: yes RoxygenNote: 7.2.3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Config/Needs/website: cynkra/cynkratemplate Repository: https://cynkra.r-universe.dev Date/Publication: 2025-11-05 11:25:14 UTC RemoteUrl: https://github.com/cynkra/tempdisagg RemoteRef: HEAD RemoteSha: 5f329d0d774f4f6c725791b7cd6f90fd1d15eae9 NeedsCompilation: no Packaged: 2026-06-10 19:14:08 UTC; root Author: Christoph Sax [aut, cre] (ORCID: ), Peter Steiner [aut], Tommaso Di Fonzo [ctb], Nelson Stevens [ctb], Tobias Schieferdecker [ctb] Maintainer: Christoph Sax