igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Generation of scale-free network with exponentially cutoff


From: Tamás Nepusz
Subject: Re: [igraph] Generation of scale-free network with exponentially cutoff degree distribution
Date: Fri, 14 Mar 2014 14:32:30 +0100

Hi,

Generate the degrees from the distribution you want on your own, and then use degree.sequence.game() (from R) or Graph.Degree_Sequence() (from Python).

If you don’t need the exponential cutoff, static.power.law.game() or Graph.Static_Power_Law() is probably faster.

-- 
T.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]