-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.28 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: tempdisagg
Version: 1.1.1
Date: 2023-08-08
Title: Methods for Temporal Disaggregation and Interpolation of Time Series
Authors@R: c(
person("Christoph", "Sax", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7192-7044")),
person("Peter", "Steiner", role = c("aut")),
person("Tommaso", "Di Fonzo", role = "ctb"))
URL: https://journal.r-project.org/archive/2013-2/sax-steiner.pdf
BugReports: https://github.com/christophsax/tempdisagg
Suggests:
tsbox,
testthat,
knitr,
rmarkdown,
covr
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) <doi:10.32614/RJ-2013-028>. Supports most R time series
classes.
License: GPL-3
LazyLoad: yes
RoxygenNote: 7.2.3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr