Skip to contents

Computes comprehensive network statistics for transfer entropy matrices to analyze network evolution and establish contagion patterns.

Usage

calculate_network_statistics(te_matrices, threshold = 0.001)

Arguments

te_matrices

Named list of transfer entropy matrices

threshold

Minimum TE value to consider for network connections

Value

data.frame with network statistics for each matrix

Examples

if (FALSE) { # \dontrun{
network_stats <- calculate_network_statistics(te_matrices)
print(network_stats)
} # }