The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The R package disaggR is an implementation of the French Quarterly
National Accounts method for temporal disaggregation of time series.
twoStepsBenchmark()
and threeRuleSmooth()
bend
a time series with another one of a lower frequency.
You can install the stable version from CRAN.
install.packages("disaggR")
You can install the development version from Github.
# install.packages("devtools")
install_github("InseeFr/disaggR")
library(disaggR)
<- twoStepsBenchmark(hfserie = turnover,
benchmark lfserie = construction,
include.differenciation = TRUE)
as.ts(benchmark)
coef(benchmark)
summary(benchmark)
plot(benchmark)
plot(in_sample(benchmark))
plot(in_disaggr(benchmark,type="changes"),
start=c(2015,1),end=c(2020,12))
plot(in_disaggr(benchmark,type="contributions"),
start=c(2015,1),end=c(2020,12))
plot(in_scatter(benchmark))
<- twoStepsBenchmark(hfserie = turnover,
new_benchmark lfserie = construction,
include.differenciation = FALSE)
plot(in_revisions(new_benchmark,
start = c(2010,1)) benchmark),
You can also use the shiny application reView, to easily chose the best parameters for your benchmark.
reView(benchmark)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.