You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace all calls to ::Rf_error with Rcpp::stop to facilitate proper memory management during error handling. Thanks to @Enchufa2 for pointing this out.
Fix all URLs that fail the CRAN check
stochvol 3.2.8
Adopt changes necessary for RcppArmadillo 15
stochvol 3.2.7
Fix bug introduced in 3.2.6 that caused the sampler to crash
sometimes when all parameters were assumed to be constant.
CRAN's UBSan check revealed that the sampler did not handle
the case correctly.