Package: GeDS
Type: Package
Title: Geometrically Designed Spline Regression
Version: 0.2.3
Date: 2024-07-19
Author: Dimitrina S. Dimitrova <D.Dimitrova@city.ac.uk>,
  Emilio S. Guillen <Emilio.Saenz-Guillen@bayes.city.ac.uk>,
  Vladimir K. Kaishev <V.Kaishev@city.ac.uk>,
  Andrea Lattuada <andrea.lattuada@hotmail.com> and
  Richard J. Verrall <R.J.Verrall@city.ac.uk>
Maintainer: Emilio S. Guillen <Emilio.Saenz-Guillen@bayes.city.ac.uk>
Description: Spline Regression, Generalized Additive Models, and Component-wise Gradient
  Boosting, utilizing Geometrically Designed (GeD) Splines. GeDS regression is a
  non-parametric method inspired by geometric principles, for fitting spline regression
  models with variable knots in one or two independent variables. It efficiently estimates
  the number of knots and their positions, as well as the spline order, assuming the
  response variable follows a distribution from the exponential family. GeDS models
  integrate the broader category of Generalized (Non-)Linear Models, offering a flexible
  approach to modeling complex relationships. A description of the method can be found in
  Kaishev et al. (2016) <doi:10.1007/s00180-015-0621-7> and Dimitrova et al. (2023)
  <doi:10.1016/j.amc.2022.127493>. Further extending its capabilities, GeDS's implementation
  includes Generalized Additive Models (GAM) and Functional Gradient Boosting (FGB),
  enabling versatile multivariate predictor modeling, as discussed in the forthcoming work of
  Dimitrova et al. (2024).
License: GPL-3
URL: https://github.com/emilioluissaenzguillen/GeDS
BugReports: https://github.com/emilioluissaenzguillen/GeDS/issues
LazyData: TRUE
Depends: R (>= 3.0.1), Rcpp (>= 0.12.1), splines, stats, utils, Matrix,
        methods, Rmpfr
LinkingTo: Rcpp
RoxygenNote: 7.3.2
Encoding: UTF-8
Imports: doFuture, doParallel, doRNG, foreach, future, MASS, mboost,
        parallel, plot3D, TH.data
NeedsCompilation: yes
Packaged: 2024-07-19 14:10:31 UTC; ESaenz
Repository: CRAN
Date/Publication: 2024-07-19 14:30:02 UTC
