negbin_control {mcmcsae}R Documentation

Set computational options for the sampling algorithms

Description

Set computational options for the sampling algorithms

Usage

negbin_control(CRT.approx.m = 20L)

Arguments

CRT.approx.m

scalar integer specifying the degree of approximation to sampling from a Chinese Restaurant Table distribution. The approximation is based on Le Cam's theorem. Larger values yield a slower but more accurate sampler.

Value

A list with computational options for the sampling algorithm.


[Package mcmcsae version 0.7.9 Index]