fbseqCUDA: Function 'fbseqCUDA'

Description Usage Arguments Value

View source: R/fbseqCUDA.R

Description

Calls the C++/CUDA code behind the fbseq() function in the fbseq package.

Usage

1
fbseqCUDA(chain)

Arguments

chain

object of type Chain. This chain argument could be a newly created Chain object from Chain(...). Alternatively, if chain is the output from a previous call to fbseq(...), then the function will continue the MCMC from where it left off.

Value

a Chain object with updated parameter values. You can feed this object back into another call to fbseq to continue the chain from where you left off.


wlandau/fbseqCUDA documentation built on May 4, 2019, 8:43 a.m.