Learn R Programming

extrememix (version 0.0.1)

check_convergence: 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 evmm check_convergence(x, ...)

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.

Arguments

x

the output of a model estimated with extrememix.

...

additional arguments for compatibility.

Examples

Run this code
check_convergence(rainfall_ggpd)

Run the code above in your browser using DataLab