v0.3
Pre-release
Pre-release
Added "hubscores" which measure the probability that transitions from basin A to basin B go through a third state C.
from csnanalysis.matrix import hubscores
h_abc = hubscores(transmat, basinC, [basinA, basinB])
where transmat is the transition matrix (should be trimmed beforehand), and basinX is a list of state indices that comprise basin X.