|
10 | 10 | #' This package is intended to fit regression models with functional variables. |
11 | 11 | #' It is possible to fit models with functional response and/or functional covariates, |
12 | 12 | #' 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. |
13 | 14 | #' Details on the functional regression models that can be fitted with \pkg{FDboost} |
14 | 15 | #' can be found in Brockhaus et al. (2015, 2017, 2018) and Ruegamer et al. (2018). |
15 | 16 | #' A hands-on tutorial for the package can be found |
16 | 17 | #' 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). |
17 | 19 | #' |
18 | 20 | #' Using component-wise gradient boosting as fitting procedure, \pkg{FDboost} relies on |
19 | 21 | #' the R package \pkg{mboost} (Hothorn et al., 2017). |
|
50 | 52 | #' A Hands-on Tutorial Using the R Package mboost. Computational Statistics, 29, 3-35. |
51 | 53 | #' \url{https://cran.r-project.org/package=mboost/vignettes/mboost_tutorial.pdf} |
52 | 54 | #' |
| 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 | +#' |
53 | 59 | #' Ruegamer D., Brockhaus, S., Gentsch K., Scherer, K., Greven, S. (2018). |
54 | 60 | #' Boosting factor-specific functional historical models for the detection of synchronization in bioelectrical signals. |
55 | 61 | #' Journal of the Royal Statistical Society: Series C (Applied Statistics), 67, 621-642. |
|
0 commit comments