igraph-help
[Top][All Lists]
Advanced

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

[igraph] Possible bug transitivity for barabasi.game


From: Anindya Ghosh
Subject: [igraph] Possible bug transitivity for barabasi.game
Date: Mon, 18 Oct 2010 21:13:09 -0400

I am calculating the clustering coefficients of networks generated using the following code
n <- 10000
g <- barabasi.game(n)
transitivity(g)

I always get transitivity as 0 irrespective of the value of n. Is this is a bug? 
According to the literature it should not be 0. Any help will be appreciated.

--
"I'm not confused, I'm well mixed." -Robert Frost


reply via email to

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