Skip to content

Utility Package for R access to JDemetra+ 3.x algorithms

License

Notifications You must be signed in to change notification settings

annasmyk/rjd3toolkit

 
 

Repository files navigation

rjd3toolkit

R-CMD-check

Utility package in JDemetra+ 3.x R ecosystem. Contains functions used in other rjd3 packages and has to be systematically installed before using any other rjd3 package.

Main Functions

  • customize specifications in rjd3x13 and rjdtramoseats

  • generate user-defined regressors for calendar correction

  • generate auxiliary variables (outliers, ramps..)

  • run arima model estimations

  • perform tests (seasonality, normality, white noise)

  • access general functions such as auto-correlations, distributions

Installation

Running rjd3 packages requires Java 17 or higher. How to set up such a configuration in R is explained here

To get the current stable version (from the latest release):

# install.packages("remotes")
remotes::install_github("rjdverse/rjd3toolkit@*release")

To get the current development version from GitHub:

# install.packages("remotes")
remotes::install_github("rjdverse/rjd3toolkit")

Package Maintenance and contributing

Any contribution is welcome and should be done through pull requests and/or issues. pull requests should include updated tests and updated documentation. If functionality is changed, docstrings should be added or updated.

Licensing

The code of this project is licensed under the European Union Public Licence (EUPL).

About

Utility Package for R access to JDemetra+ 3.x algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%