Skip to content

revdbayes: Ratio-of-Uniforms Sampling for Bayesian Extreme Value Analysis version 1.5.0

Compare
Choose a tag to compare
@paulnorthrop paulnorthrop released this 12 Nov 11:07
· 45 commits to master since this release

revdbayes 1.5.0

New features

  • When calling predict.evpost(object, ...), if object$model = "bingp" and object$sim_vals has a third column named "theta" containing a posterior sample for the extremal index, then predictive inferences incorporate this posterior sample. This feature is introduced to facilitate the predict.blite() function in the upcoming version 1.1.0 of the lite package.

Bug fixes and minor improvements

  • Dependence on the previously suggested package evdbayes has been removed because evdbayes has been archived on CRAN.

  • WARNINGs in the CRAN package check results, like "init.c:120:52: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] extern SEXP _revdbayes_RcppExport_registerCCallable();" have been avoided.