revdbayes: Ratio-of-Uniforms Sampling for Bayesian Extreme Value Analysis version 1.5.0
revdbayes 1.5.0
New features
- When calling
predict.evpost(object, ...)
, ifobject$model = "bingp"
andobject$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 thepredict.blite()
function in the upcoming version 1.1.0 of thelite
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.