sampler.stats: Sampler statistics

Description Usage Arguments Value Examples

View source: R/summaries.R

Description

Report statistics on the parameters used in the sampler, the sampler behaviour and the sampling time.

Usage

1
sampler.stats(object)

Arguments

object

An object of class hsstan.

Value

A matrix with C + 1 rows, where C is the number of Markov chains, reporting average acceptance probability, average stepsize, number of divergent transitions, maximum tree depth, total number of gradient evaluations, warmup and sampling times in seconds.

Examples

1
2
# continued from ?hsstan
sampler.stats(hs.biom)

hsstan documentation built on Sept. 16, 2021, 9:11 a.m.