overview
definitionDeGroot modelFix a weighted directed network (allowing self-edges) with nodes; denote by the weight on the edge (taking to mean that there is no edge ). For each node, we assume that the weights of its outgoing edges are non-negative and sum to .
Define an iterative process ranging over time-steps . To each node we assign an opinion value , evolving according to the rule
We call the (opinion) state vector and the matrix with entries (a.k.a. the networkβs (weighted) adjacency matrix) the trust matrix of the network. The assumption that each nodeβs outgoing edge weights sum to is equivalent to the assumption that is row-stochastic, i.e. that each row of sums to . In matrix form the iteration rule is just
Among other things, weβre interested in measuring how quickly opinions converge (assuming they do) under this process. This is a vague taskβhow do we measure convergence βrateβ? There are many reasonable answers to this question. One βobviousβ approach is to measure the number of time/iteration-steps for opinions to (approximately) stabilize. We will take a different approach instead, by measuring how much βtotal distanceβ each nodeβs opinion travels back-and-forth before settling on its limit value.
One interesting feature of this measure is its time-independence; that is, this measure of convergence rate doesnβt actually (directly) depend on the number of iteration steps, only the iteration values. (Does this mean that this measure is somehow a better measure of inherent/underlying structure? I donβt know, maybe.)
(This notion of convergence is an attempt to generalize the notion of consensus time for voter models; see Redner, page 276.)
definitionconvergence distanceFor each time , define the (opinion state) displacement and the distance as the (entry-wise) absolute value, denoted .
We are ultimately interested in the total convergence distance
Note that this depends on the initial opinion state . (For example, if the initial state is already full consensus then .)
question
- Assuming opinion states converge, does that imply that the total convergence distance must be finite?
- Can we find quantitative bounds on the total convergence distance, depending on network structures/properties?
- How does total convergence distance behave for random networks?