Extension of MCMCDiagnosticTools

The following methods of MCMCDiagnosticTools.jl are extended by this package.

MCMCDiagnosticTools.ess_rhatMethod
ess_rhat(data::InferenceData; kwargs...) -> Dataset
ess_rhat(data::Dataset; kwargs...) -> Dataset

Calculate the effective sample size (ESS) and $\widehat{R}$ diagnostic for each parameter in the data.

For more details and a description of the kwargs, see MCMCDiagnosticTools.ess_rhat.

source
MCMCDiagnosticTools.mcseMethod
mcse(data::InferenceData; kwargs...) -> Dataset
mcse(data::Dataset; kwargs...) -> Dataset

Calculate the Monte Carlo standard error (MCSE) for each parameter in the data.

For more details and a description of the kwargs, see MCMCDiagnosticTools.mcse.

source