What is the notation in this formula that causes it to produce a vector? I found it in a paper and I just cannot figure it out.
- $\mathbf{g}$ is a $N\times N$ matrix. (graph adjacency matrix)
- $q$ is a value between zero and one (a probability)
- $T$ is a value greater than zero (time)
Text reads....
We define the diffusion centrality of a node i in a network with an adjacency matrix $\mathbf{g}$, passing probability $q$, and iterations $T$, as the $i$-th entry of the vector: $$ DC(\mathbf{g};q,T) := \left [ \sum_{t=1}^{T}(q\mathbf{g})^{t} \right ]\cdot 1 $$
(For complete info and a great paper: Banerjee, Chandrasekhar, Duflo,& Jackson, The diffusion of microfinance. Science, 2013)