When a network contains both positive and negative edges, traditional centrality measures
such as strength centrality may not accurately predict node influence on the network.
Robinaugh, Millner, & McNally (2016) showed that in these cases,
expected influence is a more appropriate measure.
One-step expected influence is defined as the sum of all edges extending
from a given node (where the sign of each edge is maintained).
Two-step expected influence, as the name implies, measures connectivity up to two edges away from the node.
It is defined as the sum of the (weighted) expected influences of each node connected to the initial node
plus the one-step expected influence of the initial node. Weights are determined by the edge strength between
the initial node and each "second step" node.
See citations in the references section for further details.