sampler.stats {hsstan}R Documentation

Sampler statistics

Description

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

Usage

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


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


[Package hsstan version 0.8.2 Index]