Package: BayesianLasso
Type: Package
Title: Bayesian Lasso Regression and Tools for the Lasso Distribution
Version: 0.3.5
Date: 2025-07-21
Authors@R: c(person("John", "Ormerod", role = c("aut", "cph"), email = "john.ormerod@sydney.edu.au", comment = c(ORCID = "0000-0002-4650-7507")), 
             person("Mohammad Javad", "Davoudabadi", role = c("aut","cre", "cph"), email = "mohammad.davoudabadi@sydney.edu.au", comment = c(ORCID = "0000-0001-7312-1530")),
             person("Garth", "Tarr", role = c("aut", "cph"), email = "garth.tarr@gmail.com", comment = c(ORCID = "0000-0002-6605-7478")),
             person("Samuel", "Mueller", role = c("aut", "cph"), email = "samuel.mueller@sydney.edu.au", comment = c(ORCID = "0000-0002-3087-8127")),
             person("Jonathon", "Tidswell", role = c("aut", "cph"), email = "jonathon.tidswell@sydney.edu.au"))
Maintainer: Mohammad Javad Davoudabadi <mohammad.davoudabadi@sydney.edu.au>
Description: Implements Bayesian Lasso regression using efficient Gibbs sampling
               algorithms, including modified versions of the Hans and Park–Casella (PC) samplers.
               Includes functions for working with the Lasso distribution, such as its density,
               cumulative distribution, quantile, and random generation functions, along with moment
               calculations. Also includes a function to compute the Mills ratio. Designed for sparse
               linear models and suitable for high-dimensional regression problems.
License: GPL-3
Imports: Rcpp (>= 1.0.12)
LinkingTo: Rcpp, RcppNumerical, RcppArmadillo, RcppEigen, RcppClock
RoxygenNote: 7.3.2
Encoding: UTF-8
URL: https://garthtarr.github.io/BayesianLasso/,
        https://github.com/garthtarr/BayesianLasso
VignetteBuilder: knitr
Suggests: knitr, rmarkdown, monomvn, bayeslm, rstan, bayesreg, lars,
        Ecdat, testthat (>= 3.0.0), MASS
Config/testthat/edition: 3
BugReports: https://github.com/garthtarr/BayesianLasso/issues
NeedsCompilation: yes
Packaged: 2025-07-25 04:25:11 UTC; mjava
Author: John Ormerod [aut, cph] (ORCID:
    <https://orcid.org/0000-0002-4650-7507>),
  Mohammad Javad Davoudabadi [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0001-7312-1530>),
  Garth Tarr [aut, cph] (ORCID: <https://orcid.org/0000-0002-6605-7478>),
  Samuel Mueller [aut, cph] (ORCID:
    <https://orcid.org/0000-0002-3087-8127>),
  Jonathon Tidswell [aut, cph]
Repository: CRAN
Date/Publication: 2025-07-28 18:30:07 UTC
Built: R 4.4.1; x86_64-apple-darwin20; 2025-07-28 19:24:13 UTC; unix
Archs: BayesianLasso.so.dSYM
