Hello all,

I'm currently working on a graph visualization application called WiGis for my bachelor degree and one of my task is to develop a statistic panel for it. I've split the statistics in four categories with already some statistics method as below :

1) Single node
- indegree and outdegree
- degree centrality
- betweenness centrality
- alpha centrality
- eigenvector centrality

2) Node pairs
- shortest path
- geodestic distance

3) Node groups
- minimum spanning tree
- distance matrix

4) Graph-wide
- minimum spanning tree
- distance matrix

So I was wondering if you may have more statistics calculation for me ?

Best,

Greg