compute_xi.Rd
Combinatorial matrix computed according to soft configuration model or 'regular' gnp model.
compute_xi(adj, directed, selfloops, regular = FALSE)
ComputeXi(adj, directed, selfloops, regular = FALSE)
adjacency matrix
boolean, whether the model is for a directed network
boolean, whether the model contains selfloops
boolean. Is the combinatorial matrix computed for configuration model or for regular gnp model? default FALSE.
combinatorial matrix
data('adj_karate')
xi = compute_xi(adj_karate, directed = FALSE, selfloops = FALSE)