Description Usage Arguments Value
#' This function computes the U-Turn stopping condition, which is used in NUTS and BuildTree functions
| 1 | StopCon(theta.minus, theta.plus, r.minus, r.plus)
 | 
| theta.minus | the leftmost position of a subtree | 
| theta.plus | the rightmost position of a subtree | 
| r.minus | the leftmost momentum of a subtree | 
| r.plus | the leftmost position of a subtree | 
1 if the stopping criterion is met by the subtree; 0 if the stopping criterion is not by the subtree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.