BMSC_pareto_k_table {bmscstan}R Documentation

bmscstan wrapper for diagnostics for Pareto smoothed importance sampling (PSIS)

Description

bmscstan wrapper for diagnostics for Pareto smoothed importance sampling (PSIS)

Usage

BMSC_pareto_k_table(x)

BMSC_pareto_k_ids(x, threshold = 0.5)

BMSC_mcse_loo(x, threshold = 0.7)

BMSC_pareto_k_values(x)

BMSC_pareto_k_influence_values(x)

BMSC_psis_n_eff_values(x)

## S3 method for class 'pareto_k_table_BMSC'
print(x, ...)

## S3 method for class 'pareto_k_ids_BMSC'
print(x, ...)

## S3 method for class 'pareto_k_values_BMSC'
print(x, ...)

## S3 method for class 'pareto_k_influence_values_BMSC'
print(x, ...)

## S3 method for class 'psis_n_eff_values_BMSC'
print(x, ...)

## S3 method for class 'mcse_loo_BMSC'
print(x, ...)

Arguments

x

An object of class loo_BMSC

threshold

for the 'pareto_k_ids' method is the minimum $k$ value to flag. for the 'mcse_loo' method all the $k$ values greater than the 'threshold' will be returned as NA.

...

further arguments passed to the 'print' function.

Value


[Package bmscstan version 1.2.1.0 Index]