Package: ridgeBART
Type: Package
Title: Bayesian Additive Regression Trees with Ridge Function Outputs
Version: 1.0.2
Date: 2026-05-19
Authors@R: c(
  person(given = "Ryan", family = "Yee", role = c("aut"), email = "ryee2@wisc.edu", comment = c(ORCID = "0009-0005-5691-4009")),
  person(given = "Sameer K.", family = "Deshpande", role = c("aut", "cre"), email = "sameer.deshpande@wisc.edu", comment = c(ORCID = "0000-0003-4116-5533")))
Description: Implements an extension of Bayesian Additive Regression Trees (BART) 
    in which each regression tree outputs a linear combination of random ridge functions 
    (i.e., a composition of a non-linear function like cosine, hyperbolic tangent, the rectified linear 
    unit with an affine transformation) instead of a constant. 
    Can be used to perform "targeted smoothing" in which trees split on certain covariates 
    but output smooth functions in other covariates. For more information, see
    Yee, Ghosh, and Deshpande (2026+) <doi:10.48550/arXiv.2411.07984>.
URL: https://github.com/ryanyee3/ridgeBART
License: GPL (>= 3)
LinkingTo: Rcpp, RcppArmadillo
Imports: Rcpp
NeedsCompilation: yes
Packaged: 2026-05-19 13:54:58 UTC; sameer
Author: Ryan Yee [aut] (ORCID: <https://orcid.org/0009-0005-5691-4009>),
  Sameer K. Deshpande [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-4116-5533>)
Maintainer: Sameer K. Deshpande <sameer.deshpande@wisc.edu>
Repository: CRAN
Date/Publication: 2026-05-27 10:30:02 UTC
Built: R 4.6.0; aarch64-apple-darwin23; 2026-05-27 11:56:06 UTC; unix
Archs: ridgeBART.so.dSYM
