Ir al contenido principal

Networks

Generar redes a partir de un modelo Erdős-Rényi.

Opciones

  • maxNumNodes | number: número máximo de nodos que se pueden seleccionar para la red. Default: 30.
  • showEdgeChart | boolean: controla si se muestra un gráfico que muestre el número de bordes en cada red generada (se reinicia cuando se cambia el número de nodos). Default: false.
  • showTransitivities | boolean: si se deben contabilizar las transiciones / coeficientes de agrupación global para las redes generadas. Default: false.

Ejemplos

Editor en vivo
Resultado

In a network, the nodes are assumed to be fixed but the edges are random, i.e. there is some random process which determines whether there is an edge connecting two nodes.

Let us consider one of the simplest available network models. In the Erdős–Rényi model, there is a fixed probability that an edge exists between any two nodes. We also assume that whether or not an edge exists between two nodes is independent of whether or not other edges exist.

In this model, if we have nodes, each node can be connected to other nodes. The number of edges attached to each node (the degree) is then .