Hi Tamás,

Thank you very much for this answer!

I could definitely consider using the centrality metrics you propose here.

Thanks.

Kindly,
Brenn
________________________________
Van: igraph-help <[email protected]> namens 
Tamas Nepusz <[email protected]>
Verzonden: dinsdag 15 oktober 2019 10:30
Aan: Help for igraph users <[email protected]>
Onderwerp: Re: [igraph] Interpretation of edge weights in the calculation of 
weighted diameter and weighted betweenness


My 'raw' adjacency matrices have as values these numbers of co-occurrences (as 
you say: the number of interactions) between each pair of birds. However for 
constructing my networks I do not use these absolute values (nr. of 
occurrences) as edge weights but a standardized value. This standardized value 
is actually the number of co-occurences 2 birds have divided by the sum of all 
co-occurrences both of these 2 birds had with other birds (including with each 
other) during that day.

In this case the weights behave very much like "probabilities" for a random 
walker that traverses the graph (the sum of weights of each outbound edge 
incident on a node is 1); your best bet is a measure that has an underlying 
random-walker-like assumption like eigenvector centrality or PageRank.

T.


_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to