check_convergence {extrememix} | R Documentation |
Convergence Assessment of MCMC Algorithms
Description
Plot of the traceplot and autocorrelation function for the 0.99 quantile from the posterior sample.
Usage
check_convergence(x, ...)
## S3 method for class 'evmm'
check_convergence(x, ...)
Arguments
x |
the output of a model estimated with |
... |
additional arguments for compatibility. |
Value
Two plots to check if the estimation with fggpd
and mgpd
converged: traceplot and autocorrelation plot for the 99th quantile of the posterior density.
Examples
check_convergence(rainfall_ggpd)
[Package extrememix version 0.0.1 Index]