fastglm
R package fastglm by jaredhuling — release notes from GitHub.
A fast GLM solver stops being one function and becomes a count-model family
◆Recent moves
- 2mo ago
Firth generalised to all families, plus SQUAREM and stability fixes
Firth bias-reduced fitting extends from binomial logit on dense designs only to every standard family across dense, sparse and streaming backends. SQUAREM acceleration turns the zero-inflation EM driver's linear convergence near-quadratic, and a run of clamping guards, a moment-based negative-binomial seed, and a raised iteration ceiling address overflow and convergence failures on the newest code paths.
View source ↗ - 3mo ago
CRAN release 0.1.0
⚡ SPARKThree new top-level model types arrive — fastglm_nb() with theta estimated jointly, fastglm_hurdle() for two-part count models, and fastglm_zi() for zero-inflated Poisson and negative binomial — each with the entire driver in C++, including the Brent root-finds, the EM posterior responsibilities and the analytical observed-information vcov. Firth bias reduction also arrives.
View source ↗ - 4y ago
C++ headers exposed for linking
Moves C++ headers to inst/include so the compiled code can be linked from other packages. Build plumbing with no user-visible change.
View source ↗ - 7y ago
First CRAN release of the C++ IRLS solver
The first CRAN release, establishing the C++ IRLS core for standard generalized linear models.
View source ↗