Skip to content

Commit 6778d9d

Browse files
committed
Included density-on-scalar regression in package description
1 parent 1f84902 commit 6778d9d

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

R/FDboost-package.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
#' This package is intended to fit regression models with functional variables.
1111
#' It is possible to fit models with functional response and/or functional covariates,
1212
#' resulting in scalar-on-function, function-on-scalar and function-on-function regression.
13+
#' Furthermore, the package can be used to fit density-on-scalar regression models.
1314
#' Details on the functional regression models that can be fitted with \pkg{FDboost}
1415
#' can be found in Brockhaus et al. (2015, 2017, 2018) and Ruegamer et al. (2018).
1516
#' A hands-on tutorial for the package can be found
1617
#' in Brockhaus, Ruegamer and Greven (2017), see \url{https://arxiv.org/abs/1705.10662}.
18+
#' For density-on-scalar regression models see Maier et al. (2021).
1719
#'
1820
#' Using component-wise gradient boosting as fitting procedure, \pkg{FDboost} relies on
1921
#' the R package \pkg{mboost} (Hothorn et al., 2017).
@@ -50,6 +52,10 @@
5052
#' A Hands-on Tutorial Using the R Package mboost. Computational Statistics, 29, 3-35.
5153
#' \url{https://cran.r-project.org/package=mboost/vignettes/mboost_tutorial.pdf}
5254
#'
55+
#' Maier, E.-M., Stoecker, A., Fitzenberger, B., Greven, S. (2021):
56+
#' Additive Density-on-Scalar Regression in Bayes Hilbert Spaces with an Application to Gender Economics.
57+
#' arXiv preprint arXiv:2110.11771.
58+
#'
5359
#' Ruegamer D., Brockhaus, S., Gentsch K., Scherer, K., Greven, S. (2018).
5460
#' Boosting factor-specific functional historical models for the detection of synchronization in bioelectrical signals.
5561
#' Journal of the Royal Statistical Society: Series C (Applied Statistics), 67, 621-642.

man/FDboost-package.Rd

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)