powered by
Creates adjacency matrix with max degree zero.
isolated_network(d, theta_1, theta_2)
Number of nodes.
Off-diagonal value or network effect.
Diagonal value or momentum effect.
adjacency matrix of a graph with max degree zero.
# NOT RUN { d <- 10 theta_2 <- 2 theta_1 <- 1 isolated_network(d = d, theta_1 = theta_1, theta_2 = theta_2) # }
Run the code above in your browser using DataLab