estimate_network: Estimation of the network structure (edges)

Description Usage Arguments

View source: R/estimate_network.R

Description

The network is estimated with the adaptive Graphical-Lasso, where weigths are inversely proportional to the probability of connection estimated by the SBM

Usage

1
estimate_network(S, lambda, W = matrix(1, nrow(S), ncol(S)))

Arguments

S

a d x d symmetric empirical covariance matrix

lambda

postive real tuning the network sparsity

W

a d x d matrix of weights


jchiquet/janine documentation built on April 16, 2020, 1:52 a.m.