fbseqOpenMP: Function 'fbseqOpenMP'

Description Usage Arguments Value

View source: R/fbseqOpenMP.R

Description

Calls the OpenMP C code behind the fbseq() function in the fbseq package.

Usage

1
fbseqOpenMP(chain, threads = 1)

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.

threads

number of threads

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/fbseqOpenMP documentation built on May 4, 2019, 8:44 a.m.