You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% this function takes as input the stationary probability of the nodes and the destination node binary vector and returns the pairs of nodes for which (pl - pd) is positive and also the difference
%
% input:
% P: Stationanry probabilities, size(1,n)
% d: destination nodes, size(1,n) binary vector
%
% output:
% I: pairs of nodes such as (no link node, destination node), size(x,2) x = no of pairs where pl > pd..