Pular para o conteúdo principal

Networks

Gerar redes a partir de um modelo Erdős-Rényi.

Opções

  • maxNumNodes | number: número máximo de nós que podem ser selecionados para a rede. Default: 30.
  • showEdgeChart | boolean: controla se deve ser exibido um gráfico com o número de bordas em cada rede gerada (redefinido quando o número de nós é alterado). Default: false.
  • showTransitivities | boolean: se totalizar as transitividades / coeficientes globais de agrupamento para as redes geradas. Default: false.

Exemplos

Editor ao 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 .