Description Usage Arguments Value Examples
View source: R/newton_raphson_functions.R
Caluate the hessian
1 | calc_hessian(f_cur, inv_cov, mu)
|
f_cur |
vector, current estimate of the mode of the latent GP |
inv_cov |
matrix, prior for GP precision matrix |
mu |
vector, linear predictor without the GP |
matrix
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.