Learn R Programming

sparsevb (version 0.1.1)

Spike-and-Slab Variational Bayes for Linear and Logistic Regression

Description

Implements variational Bayesian algorithms to perform scalable variable selection for sparse, high-dimensional linear and logistic regression models. Features include a novel prioritized updating scheme, which uses a preliminary estimator of the variational means during initialization to generate an updating order prioritizing large, more relevant, coefficients. Sparsity is induced via spike-and-slab priors with either Laplace or Gaussian slabs. By default, the heavier-tailed Laplace density is used. Formal derivations of the algorithms and asymptotic consistency results may be found in Kolyan Ray and Botond Szabo (JASA 2020) and Kolyan Ray, Botond Szabo, and Gabriel Clara (NeurIPS 2020).

Copy Link

Version

Install

install.packages('sparsevb')

Monthly Downloads

282

Version

0.1.1

License

GPL (>= 3)

Maintainer

Gabriel Clara

Last Published

January 24th, 2025

Functions in sparsevb (0.1.1)

sparsevb-package

sparsevb: Spike-and-Slab Variational Bayes for Linear and Logistic Regression
svb.fit

Fit Approximate Posteriors to Sparse Linear and Logistic Models