thetas_to_priors_c | R Documentation |
This is the C++ version of thetas_to_priors
. See there for further documentation.
thetas_to_priors_c(thetas, n, thresh = 0.001)
thetas |
3 real numbers representing the three hyperparameters |
n |
the number of locations |
thresh |
the threshold for determining the number of neighbors based on the third hyperparameter, defaults to 1e-3 It is often about the same speed as the R version of this function due to little computational cost. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.