Skip to content

CRAN stochvol v3.2.9

Latest

Choose a tag to compare

@hdarjus hdarjus released this 07 Mar 10:03
· 2 commits to master since this release

stochvol 3.2.9

  • 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.