igraph-help
[Top][All Lists]
Advanced

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

[igraph] Question re local and global transitivity


From: Vincent Matossian
Subject: [igraph] Question re local and global transitivity
Date: Sun, 26 Aug 2007 20:40:41 -0400


 Hi,

I am trying to understand why global transitivity isn't equal to the average of the local?

for example:

erg10<-random.graph.game(10,p=0.5)
is.connected(erg10)
##[1] TRUE
transitivity(erg10)
##[1] 0.5757576
mean(transitivity(erg10,type="local"))
##[1] 0.5204762


In theory, shouldn't the mean and the global yield the same result?

Please let me know, thanks!

Vincent



reply via email to

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