glmbayes - Bayesian Generalized Linear Models (IID Samples)
Provides Bayesian linear and generalized linear model fitting with independent and identically distributed (iid) posterior samples. The main functions mirror R's lm() and glm() interfaces while adding prior family specifications for Gaussian, Poisson, binomial, and Gamma models with log-concave likelihoods. Sampling for supported non-conjugate models uses accept-reject methods based on likelihood subgradients as in Nygren and Nygren (2006) <doi:10.1198/016214506000000357>. The package also includes tools for prior setup, posterior summaries, prediction, diagnostics, simulation, vignettes, and optional 'OpenCL' acceleration for larger models.
Last updated
openblascpp
9.05 score 5 stars 1 dependents 43 scripts 489 downloadsopencltools - 'OpenCL' Tools for R Package Developers
Runtime 'OpenCL' support for R package developers: probe hardware and drivers, load and concatenate kernel sources, and manage dependency-annotated '.cl' libraries, so packages like 'nmathopencl' and other ported libraries can offer GPU acceleration without each re-implementing the same plumbing. Vignettes illustrate integration with suggested packages 'nmathopencl' and 'glmbayes'; production kernels for those applications ship in those packages rather than here.
Last updated
cpp
7.85 score 4 stars 4 dependents 1 scripts 469 downloads