Networks & Graphs

Table of Contents

Communities

Sociogram: graph-like representation of social structure calculate stats like eccentricity, closeness, betweenness centrality

proximity prestige

ranked prestige

vuA[v,u]=1\sum_{v \neq u} A[v, u] = 1 for each vertex u

prank(v)=uvA[v,u]×prank(u)p_{rank} (v) = \sum_{u \neq v} A[v, u] \times p_{rank} (u)

vprank(v)2=1\sum_{v} p_{rank} (v)^2 = 1

example:

screenshot.png

structural balance

affiliation networks

screenshot.png