Description Usage Arguments Details Value Examples
getCorMat
returns a correlation matrix.
1 | getCorMat(x, rho)
|
x |
An n x d matrix. |
rho |
A vector of length d. |
This creates a correlation matrix, R, where
R_ij = ∏_{k = 1}^{d}ρ_k^{16≤ft( x_{ik} - x_{jk} \right)^2}
An n x n correlation matrix
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.