dssg/hitchhikers-guide

Network tutorial: missing N-1 factor in closeness centrality formula

hsxavier opened this issue · 0 comments

While the formula for closeness centrality is correct in Introduction_to_Networks_clean.ipynb, it is incorrect in Introduction_to_Networks_Karate.ipynb: a factor of n-1 is missing on the right-hand side, where n is the number of nodes.