Description Usage Arguments Value
Top-level function. Runs an MCMC with the runtime
parameters specified in the Chain object
| 1 2 | fbseq(chain, additional_chains = 3, backend = "CUDA", processes = 1,
  threads = 1)
 | 
| chain | object of type  | 
| additional_chains | If > 0,  | 
| backend | Backend for parallel computing. Options are "CUDA" and "OpenMP". | 
| processes | number of CPU processes to fork for 
the additional chains. This argument is automatically reset to 1 for non-serial
backends because additional  | 
| threads | Number of threads for the OpenMP implementation. | 
a Chain object or a list of Chain objects, depending on 
the value of additional_chains.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.