Description Usage Arguments Details Value See Also Examples
getCorMatR
returns a correlation matrix.
1 | getCorMatR(x, rho)
|
x |
An n x d matrix, where d is the dimension of the data. |
rho |
A vector of length d. Each value in |
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
Other correlation and covariance functions: combineCorMatsR
,
getCovMatNSR
, getCovMatSR
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.