Description Usage Arguments Value Examples
Compute the full conditional (given tau, rho, and data) precision of gamma
1 | get_posterior_precision(prior_precision, kernel_matrix, tau)
|
prior_precision |
Prior precision matrix for gamma |
kernel_matrix |
Discrete Process Convolution kernel matrix (fixed values of rho) |
tau |
Sampled value of tau |
Full conditional precision of gamma
1 | get_posterior_precision(Matrix::Diagonal(2, 3), list(mat = Matrix::Diagonal(2, 1)), 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.