Calculate the hub score for one or more waypoints
The “hub score” is a measure of how well traveled a certain state or set of states is in a network. Specifically, it is the fraction of times that a walker visits a state en route from some state A to another state B, averaged over all combinations of A and B.
Parameters: | msm : msmbuilder.MarkovStateModel
waypoints : array_like, int, optional
|
---|---|
Returns: | hub_score : float
|
References
[R51] | Dickson & Brooks (2012), J. Chem. Theory Comput., 8, 3044-3052. |