Package sim.field.network.stats.actorcentrality

Class Summary
BetweennessCentrality Actor Betweenness Centrality: For undirected graphs (Wasserman and Faust, page 190) I count the geodesics between k and j just once (look for j < k in getValue()) For directed graphs (Wasserman and Faust, page 201) the geodesics from k to j are different from those from j to k, hence the x2 in getMaxValue().
ClosenessCentrality Sabidussi's index of Actor Closeness Centrality (Wasserman and Faust, page 184)
DegreeCentrality Actor Degree Centrality (Wasserman and Faust, page 178)
DegreePrestige Actor Degree Centrality (Wasserman and Faust, page 202)
FreemanNodeIndex This centrality metric allows for a "maximum possible value difference" given the size of the net (only the number of nodes in the graph is fixed).
InformationCentrality Actor Information Centrality (Wasserman and Faust, page 195 for undirected and page 201 for directed graphs).
NodeIndex Actor Centrality Index
PowerPrestige Bonacich's Power Centrality
ProximityPrestige Lin's Proximity Prestige (Wasserman and Faust, page 203)