Releases: christophsax/tempdisagg
Releases · christophsax/tempdisagg
CRAN release 0.24 2014-12-07
changes visible to the user:
- retropolation: 'td' will performs both extra- and retropolation if the high
frequency series covers a larger time span than the low frequency series. - low frequency values are ignored if series is longer than high frequency
series (with a warning). - suggestion to use 'denton-cholette' when the original 'denton' method is
chosen.
CRAN release 0.23 2014-01-11
changes visible to the user:
- Our R-Journal article on temporal disaggregation explains tempdisagg in more
detail. Links are included in the package description, the help files and
the README file.
minor changes:
- ta() is now a generic function with a method for time series. This allows
to write additional methods for other classes. - warning in ta() if a time series contains internal NAs.
- formating tweaks in the help files.