Indirect Influences for Graphs
<<<<<<< HEAD
- Indirect Influences for Graphs
- InvpwpIndInf — Returns the vectors of direct influences and direct dependences and the matrix of direct influences according with the inverse of the PWP method.
- dependence — Returns a vector with the dependence of the nodes of a graph.
- gpm — Returns a permutation matrix according with a vector of desired permutation.
- heatkernel — Returns the vectors of indirect influences and indirect dependences and the matrix of indirect influences according with the Heat Kernel method.
- influence — Returns a vector with the influence of the nodes of a graph.
- invheatkernel — Returns the vectors of indirect influences and indirect dependences and the matrix of indirect influences according with the Heat Kernel method.
=======
- Indirect Influences for Graphs
- dependence — Returns a vector with the dependence of the nodes of a graph.
>>>>>>> 9cdc00341c99001d3b7f1804e63c895f3615cb3b
- gpm — Returns a permutation matrix according with a vector of desired permutation.
- heatkernel — Returns the scaled vectors of indirect influences and indirect dependences and the matrix of indirect influences according with the Heat Kernel method. Moreover, optionally plot de values of the indirect vectors.
- influence — Returns a vector with the influence of the nodes of a graph.
- micmac — Returns the scaled vectors of indirect influences and indirect dependences and the matrix of indirect influences according with the MICMAC method. Moreover, optionally plot de values of the indirect vectors.
- pag — Returns the adjacency matrix of the partition graph P of a graph G using the adjacency matrix of G graph.
- pag — Returns the adjacency matrix of the partition graph P of a graph G using the adjacency matrix of G graph.
- pagerank — Returns the vectors of indirect dependences according with the PageRank method and plot the values in a bar graphic.
- part_adj_mat — Returns the adjacency matrix of the partition graph P of a graph G using its adjacency matrix.
- polyexpm — Returns the exponential matrix for a polynomial matrix.
- polylogm — Returns the logarithm matrix for a polynomial matrix.
- pwp — Returns the vectors of indirect influences and indirect dependences and the matrix of indirect influences according with the PWP method.
<<<<<<< HEAD
- pwpIndInf — Returns the vectors of indirect influences and indirect dependences and the matrix of indirect influences according with the PWP method.
=======
- pwpIndInf — Returns the scaled vectors of indirect influences and indirect dependences and the matrix of indirect influences according with the PWP method. Moreover, optionally plot de values of the indirect vectors.
>>>>>>> 9cdc00341c99001d3b7f1804e63c895f3615cb3b
- smb — Returns a square matrix with the sum of the blocks of another square matrix.
- sum_matrix_blocks — Returns a square matrix with the sum of the blocks of another square matrix.