
Last chance! 50% off unlimited learning
Sale ends in
I.g(A, b, D, MCiter = 500)
A <- matrix(c(0,1,1,
0,0,1,
0,0,0), 3, 3, byrow = TRUE)
# matrix A shows full graph with 3 nodes and 3 edges
I.g(A, b = 3, D = diag(3), MCiter = 50)
Run the code above in your browser using DataLab