View source: R/bound_par_cor.R
bound_dirichlet | R Documentation |
Function calculating membership of a point in the interior of the simplex.
bound_dirichlet(theta)
theta |
point to check |
Boolean specifying whether theta lies in the interior of the simplex.
theta_ext <- runif(100)
theta_ins <- runif(100) / 100
bound_dirichlet(theta_ext)
bound_dirichlet(theta_ins)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.