pymnet.er_partially_interconnected¶
- pymnet.er_partially_interconnected(nodes, ps, couplings=('categorical', 1.0))¶
Generate multiplex Erdos-Renyi network which is not fully interconnected.
The produced multiplex network has a single aspect.
- Parameters:
- nodeslist of lists
List of lists of nodes, where each list corresponds to nodes in one layer.
- pslist
List of edge occupation probabilities for layers
- couplingstuple
The coupling types of the multiplex network object.
- Returns:
- netMultiplexNetwork
The multiplex network that is produced.