Description Usage Arguments Value Examples
Construct gamma's precision matrix for a given DPC grid
1 | get_prior_precision_matrix(dpc_grid, diag_value, nearest_neighbor_factor)
|
dpc_grid |
Discrete Process Convolution grid |
diag_value |
Diagonal value in precision matrix |
nearest_neighbor_factor |
Off-diagonal factor for adjacent gridpoints |
A sparse precision matrix
1 2 | dpc_grid = get_grid(c(0,1), c(1,2), 1)
get_prior_precision_matrix(dpc_grid, 3, 0.2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.