calculate_proposal_cov | R Documentation |
Calculation of the proposal covariance matrix for Monte Carlo Fusion
calculate_proposal_cov(time, weights)
time |
T for fusion algorithm |
weights |
list of m matrices of the same dimension |
proposal covariance matrix
m1 <- matrix(c(1,2,3,4), nrow = 2, ncol = 2) m2 <- matrix(c(5,6,7,8), nrow = 2, ncol = 2) m3 <- matrix(c(9,10,11,12), nrow = 2, ncol = 2) calculate_proposal_cov(time = 0.5, weights = list(m1, m2, m3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.