View source: R/mc_cross_sensitivity.R
| mc_cross_sensitivity | R Documentation |
Compute the cross-sensitivity matrix between regression and covariance parameters. Equation 10 of Bonat and Jorgensen (2015).
mc_cross_sensitivity(
Product_cov,
Product_beta,
n_beta_effective = length(Product_beta)
)
Product_cov |
A list of matrices. |
Product_beta |
A list of matrices. |
n_beta_effective |
Numeric. Effective number of regression parameters. |
The cross-sensitivity matrix. Equation (10) of Bonat and Jorgensen (2016). The returned object is intended for internal use only.
Wagner Hugo Bonat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.