wCor_fast | R Documentation |
This function calculates weighted Pearson correlation matrix
wCor_fast(x, w, n_cores)
x |
The input matrix (dense), where each column represents a set of observations. |
w |
A vector of weights, one for each observation (must have the same number of elements as rows in 'x'). |
n_cores |
The number of CPU cores to utilize for parallel computation. |
A weighted Pearson correlation matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.