Network

July 27, 2024

Network model is a process for generating a graph, i.e., it models static graphs or evolving graphs. Models of static graphs get a set of parameters Π\Pi, and the size of the graph nn as inputs. Models of evolving graphs get a set of parameters Π\Pi, and an initial graph G0G_0 and return a graph GtG_t.

If a model is deterministic, the network defines a single graph for each value of nn (or tt). In contrast, if the network is randomized, then it defines a probability space <Gn,P><G_n, P> where GnG_n is the set of all graphs of size nn and PP a probability distribution over the set GnG_n. This is sometimes called the family of random graphs RR (or ERER).

ER

SF