stochvol
Efficient Bayesian Inference for Stochastic Volatility (SV) Models
A Bayesian volatility sampler in its maintenance decade, paying for its own speed
◆Recent moves
- 5mo ago
Sampler crash with constant parameters fixed, plus RcppArmadillo 15
One tag carrying three versions of notes. The substance is 3.2.7's fix for a sampler crash when every parameter was held constant, surfaced by CRAN's UBSan check; the rest is RcppArmadillo 15 compatibility and swapping Rf_error for Rcpp::stop so error paths free memory properly.
View source ↗ - 1y ago
Two CRAN check notes cleared
A missing import and an invalid URL, contributed by an automated agent making its first commit to the repository. No behaviour change.
View source ↗ - 1y ago
Proposal variance corrected in the centered parameterisation
A user-reported error in the fast sampler: under the centered parameterisation the proposal distribution for phi and mu did not have the variance the documentation claimed. The kind of defect that degrades sampling efficiency without ever announcing itself.
View source ↗ - 2y ago
CRAN stochvol 3.2.4
The release note is a bare compare link. Nothing about this version is recoverable from the feed.
View source ↗ - 2y ago
Rolling-window indexing and inverse gamma prior validation fixed
Two user-reported bugs: svsample_roll() indexed expanding windows incorrectly, and validation of the inverted gamma prior on sigma squared was wrong. Both affect results rather than ergonomics.
View source ↗ - 3y ago
Core C++ sampler routines exported for reuse
Cholesky tridiagonal solves, forward and backward algorithms, inverse transform sampling and the mixture indicator CDF are exported, which lets other packages build on stochvol's internals instead of reimplementing them.
View source ↗