Type: Package Package: FDboost Title: Boosting Functional Regression Models Version: 1.1-4 Date: 2026-03-24 Authors@R: c( person("Sarah", "Brockhaus", , "Sarah.Brockhaus@stat.uni-muenchen.de", role = "aut", comment = c(ORCID = "0000-0001-9484-7488")), person("David", "Ruegamer", , "david.ruegamer@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8772-9202")), person("Almond", "Stoecker", , "almond.stoecker@hu-berlin.de", role = "aut", comment = c(ORCID = "0000-0001-9160-2397")), person("Torsten", "Hothorn", role = "ctb", comment = c(ORCID = "0000-0001-8301-0471")), person("with contributions by many others", "(see inst/CONTRIBUTIONS)", role = "ctb") ) Description: Regression models for functional data, i.e., scalar-on-function, function-on-scalar and function-on-function regression models, are fitted by a component-wise gradient boosting algorithm. For a manual on how to use 'FDboost', see Brockhaus, Ruegamer, Greven (2017) . License: GPL-2 URL: https://github.com/boost-R/FDboost BugReports: https://github.com/boost-R/FDboost/issues Depends: mboost (>= 2.9-0), R (>= 3.5.0) Imports: gamboostLSS (>= 2.0-0), graphics, grDevices, MASS, Matrix, methods, mgcv, stabs, stats, utils, zoo Suggests: fda, fields, ggplot2, knitr, mapdata, maps, refund, testthat VignetteBuilder: knitr Encoding: UTF-8 Packaged: 2026-06-11 07:12:52 UTC; root RoxygenNote: 7.3.2 Collate: 'aaa.R' 'FDboost-package.R' 'FDboost.R' 'baselearners.R' 'baselearnersX.R' 'bootstrapCIs.R' 'clr_functions.R' 'constrainedX.R' 'crossvalidation.R' 'factorize.R' 'FDboostLSS.R' 'hmatrix.R' 'methods.R' 'stabsel.R' 'utilityFunctions.R' Repository: https://boost-r.r-universe.dev Date/Publication: 2026-04-12 17:00:57 UTC RemoteUrl: https://github.com/boost-r/fdboost RemoteRef: HEAD RemoteSha: acd32e3f986082cba4863ad74d0e71e13f12ad3b NeedsCompilation: no Author: Sarah Brockhaus [aut] (ORCID: ), David Ruegamer [aut, cre] (ORCID: ), Almond Stoecker [aut] (ORCID: ), Torsten Hothorn [ctb] (ORCID: ), with contributions by many others (see inst/CONTRIBUTIONS) [ctb] Maintainer: David Ruegamer