mc_sandwich | R Documentation |
The function mc_sandwich
is just an auxiliar
function to compute product matrix in the sandwich form
bord1 * middle * bord2
. An special case appears when
computing the derivative of the covariance matrix with respect to
the power parameter. Always the bord1 and bord2 should be
diagonal matrix. If it is not true, this product is too slow.
mc_sandwich(middle, bord1, bord2) mc_sandwich_negative(middle, bord1, bord2) mc_sandwich_power(middle, bord1, bord2) mc_sandwich_cholesky(bord1, middle, bord2) mc_multiply(bord1, bord2) mc_multiply2(bord1, bord2)
middle |
A matrix. |
bord1 |
A matrix. |
bord2 |
A matrix. |
The matrix product bord1 * middle * bord2
.
Wagner Hugo Bonat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.