Package: rjd3filters Type: Package Title: Trend-Cycle Extraction with Linear Filters based on JDemetra+ v3.x Version: 2.4.0.9000 Authors@R: c( person("Jean", "Palate", role = c("aut"), email = "palatejean@gmail.com"), person("Alain", "Quartier-la-Tente", role = c("aut","cre"), email = "alain.quartier@yahoo.fr", comment = c(ORCID = "0000-0001-7890-3857")), person("Tanguy", "Barthelemy", role = c("ctb"), email ="tanguy.barthelemy@insee.fr"), person("Anna", "Smyk", role = c("ctb"), email ="anna.smyk@insee.fr") ) Description: This package provides functions to build and apply symmetric and asymmetric moving averages (= linear filters) for trend-cycle extraction. In particular, it implements several modern approaches for real-time estimates from the viewpoint of revisions and time delay in detecting turning points. It includes the local polynomial approach of Proietti and Luati (2008), the Reproducing Kernel Hilbert Space (RKHS) of Dagum and Bianconcini (2008) and the Fidelity-Smoothness-Timeliness approach of Grun-Rehomme, Guggemos, and Ladiray (2018). It is based on Java libraries developped in 'JDemetra+' (), time series analysis software. Depends: R (>= 4.1.0) Imports: rJava (>= 1.0-6), methods, MASS, graphics, stats, rjd3toolkit (>= 3.7.1) SystemRequirements: Java (>= 21) License: file LICENSE LazyData: TRUE URL: https://github.com/rjdverse/rjd3filters, https://rjdverse.github.io/rjd3filters/ BugReports: https://github.com/rjdverse/rjd3filters/issues Suggests: knitr, rmarkdown VignetteBuilder: knitr RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Encoding: UTF-8 Config/pak/sysreqs: make default-jdk libprotobuf-dev protobuf-compiler libprotoc-dev Repository: https://aqlt.r-universe.dev Date/Publication: 2026-06-17 05:24:43 UTC RemoteUrl: https://github.com/rjdverse/rjd3filters RemoteRef: HEAD RemoteSha: 36e42b1f743f47ef91436eb64c11b1aaaddf3c25 NeedsCompilation: no Packaged: 2026-07-02 05:35:53 UTC; root Author: Jean Palate [aut], Alain Quartier-la-Tente [aut, cre] (ORCID: ), Tanguy Barthelemy [ctb], Anna Smyk [ctb] Maintainer: Alain Quartier-la-Tente