Skip to content

Commit 6bb2100

Browse files
committed
factorize added to FDboost-package.R
1 parent 83c8ae1 commit 6bb2100

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

R/FDboost-package.R

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@
2929
#' cross-validation or bootstrap.
3030
#' This can be done using the function \code{\link{applyFolds}}.
3131
#'
32+
#' Aside from common effect surface plots, tensor product factorization via the
33+
#' function \code{\link{factorize}} presents an alternative tool for visualization
34+
#' of estimated effects for non-linear function-on-scalar models
35+
#' (Stoecker, Steyer and Greven (2022), \url{https://arxiv.org/abs/2109.02624}).
36+
#' After factorization, effects are decomposed multiple scalar effects into
37+
#' functional main effect directions, which can be separately plotted allowing to
38+
#' visualize more complex effect structures.
39+
#'
40+
#'
3241
#' @references
3342
#' Brockhaus, S., Ruegamer, D. and Greven, S. (2017):
3443
#' Boosting Functional Regression Models with FDboost.
@@ -60,6 +69,10 @@
6069
#' Boosting factor-specific functional historical models for the detection of synchronization in bioelectrical signals.
6170
#' Journal of the Royal Statistical Society: Series C (Applied Statistics), 67, 621-642.
6271
#'
72+
#' Stoecker A., Steyer L., Greven S. (2022):
73+
#' Functional Additive Models on Manifolds of Planar Shapes and Forms.
74+
#' arXiv preprint arXiv:2109.02624.
75+
#'
6376
#' @author
6477
#' Sarah Brockhaus, David Ruegamer and Almond Stoecker
6578
#'

man/FDboost-package.Rd

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)