Description Usage Arguments Value Functions See Also
actual calculation of the covariance parameters, Cov(R_ij, R_kl) an internal function, shouldn't be used directly. use corrmat_covariance
1 2 3 | corrcalc_c(matr, m, order_vecti, order_vectj)
corrcalc_r(matr, m, order_vecti, order_vectj)
|
matr |
the correlation matrix to calculate the covariance of |
m |
the number of coefficients in the matrix - 0.5 p (p-1) |
order_vecti |
mapping vector from i' -> i,j |
order_vectj |
mapping vector from j' -> k,l |
the covariance matrix of the vectorized correlation matrix
corrcalc_c
: c++ application of corrcalc_r
triangle2vector
Other corrcalc:
corrmat_covariance_from_datamatrix()
,
corrmat_covariance()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.