Description Usage Arguments Details Value See Also Examples
combineCorMatsR
returns a correlation matrix that is a weighted sum of
two other correlation matrices.
1 | combineCorMatsR(w, G, L)
|
w |
A scalar between 0 and 1. In the |
G |
An n x n correlation matrix, often the result of
|
L |
An n x n correlation matrix, often the result of
|
This creates a correlation matrix, R, where
R = wG + (1-w)L
. In
the bcgp
setting, G is the global correlation matrix, L
is the local correlation matrix, and w is the weight.
An n x n correlation matrix
Other correlation and covariance functions: getCorMatR
,
getCovMatNSR
, getCovMatSR
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.