fragilityRow {EZFragility} | R Documentation |
Compute the normalized fragility row for adjacency matrix A
Description
The matrix A is used for the regression: A * x(t) = x(t+1)
Usage
fragilityRow(A, nSearch = 100, normalize = TRUE)
Arguments
A |
Numeric. Adjacency Matrix |
nSearch |
Integer. Number of eigenvalues tried to find the minimum norm vector |
normalize |
Logical. If TRUE, the fragility row is normalized |
[Package EZFragility version 1.0.3 Index]