Description Usage Arguments Value
Runs exhaustive search on a single node and saves results in txt file.
1 2 3 4 5 6 7 8 9 10 11  | 
X | 
 array with dimensions timeseries x nodes.  | 
n | 
 node number.  | 
id | 
 subject ID. If set, results are saved to a txt file.  | 
nbf | 
 Log Predictive Likelihood will sum from (and including) this time point.  | 
delta | 
 a vector of potential values for the discount factor.#'  | 
cpp | 
 boolean true (default): fast C++ implementation, false: native R code.  | 
priors | 
 list with prior hyperparameters.  | 
path | 
 a path where results are written.  | 
method | 
 can be exhaustive (default), forward, backward, or both.  | 
store list with results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.