|
Algorithm 1 FaultMap. |
Information Transfer Network Inference
-
1:
Input:N-dimensional time series , of M samples from system X represented by: , statistical significance threshold in, e.g., a rank-order test using iAAFT surrogates, embedding delay range and embedding history lengths k and l for time series i and time series
-
2:
Output: adjacency matrix , where entry () represents information transfer from node i to node j
-
3:
for to N
do
-
4:
for
to
do
-
5:
for
to
do
-
6:
compute by Equation (1)
-
7:
if
then
-
8:
-
9:
else
-
10:
-
11:
end if
-
12:
end for
-
13:
end for
-
14:
end for
Spectral Centrality Ranking
-
1:
Input: matrix where , ranking distance
-
2:
Output: node centrality score vector
-
3:
initialize with probabilities
-
4:
whiledo
-
5:
compute eigenvector of matrix associated
with eigenvalue , such that
-
6:
end while
|