Package: gdam
Title: Fast Robust Additive Models using Gamma Divergence
Version: 0.0.1
Date: 2026-09-10
Authors@R: c(
    person("Francis KC", "Hui", , "fhui28@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-0765-3533")),
    person("Shonosuke", "Sugasawa", , "sugasawa@econ.keio.ac.jp", role = "ctb",
           comment = c(ORCID = "0000-0002-9495-4280"))    
           )
Description: Provides a computationally efficient method (at least at the time of development!) for robust additive modeling based on the gamma divergence, implementing the methodology of Hui, Ding, and Sugasawa (2026) <doi:10.1007/s11222-026-10960-3>. The method assumes an identity link and normally distributed errors, and applies the gamma divergence to the resulting restricted maximum likelihood function so as to obtain a loss function that is less sensitive to outlying responses. Because 'gdam' uses a model fitted via the 'mgcv' package as the starting point for optimization, and leverages many of its existing techniques for estimation and inference, users can take advantage of many of the smoothing options available in the 'mgcv' package for constructing additive models.
Maintainer: Francis KC Hui <fhui28@gmail.com>
License: GPL (>= 3)
Encoding: UTF-8
Imports: colorspace, ggplot2, gratia, Matrix, mgcv, stats
Suggests: spelling, tidyverse
Language: en-US
URL: https://github.com/fhui28/gdam
BugReports: https://github.com/fhui28/gdam/issues
Config/roxygen2/version: 8.0.0
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2026-09-14 09:46:04 UTC; fkch
Author: Francis KC Hui [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-0765-3533>),
  Shonosuke Sugasawa [ctb] (ORCID:
    <https://orcid.org/0000-0002-9495-4280>)
Repository: CRAN
Date/Publication: 2026-09-24 13:30:20 UTC
