A Python implementation of three different network growth models: preferential attachment, random attachment and the existing vertices method. Based on work done for a master's module in complexity theory and networks at Imperial College with Prof. Kim Christensen and Prof. Tim Evans.
An abreviated versoin of the final paper can be read here.
These won't mean much without reading that paper...
The preferential attachment degree distribution,
Expected and observed
The degree distribution for preferential attachment,
Degree distribution,
Expected and observed
The degree distribution for random attachment,
The existing vertices model degree distribution,
Degree distribution for the existing vertices model,