fragilityRow: Compute the normalized fragility row for adjacency matrix A

View source: R/fragStat.r

fragilityRowR 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


EZFragility documentation built on April 12, 2025, 1:22 a.m.