View source: R/estimate_network.R
The network is estimated with the adaptive Graphical-Lasso, where weigths are inversely proportional to the probability of connection estimated by the SBM
1 | estimate_network(S, lambda, W = matrix(1, nrow(S), ncol(S)))
|
S |
a d x d symmetric empirical covariance matrix |
lambda |
postive real tuning the network sparsity |
W |
a d x d matrix of weights |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.