maxtix_tranz_probability | R Documentation |
The maxtix_tranz_probability set of functions is aimed to calculate maximum matrix based on transitive closure
multiply_matrix_prob(matrix_1, matrix_2) transitive_closure_prob(positivematrix) transitive_closure_prob_max(positivematrix) probability_matrix_transitive(maxmatrix)
matrix_1 |
matrix |
matrix_2 |
matrix |
positivematrix |
matrix |
maxmatrix |
matrix |
multiplication of matrix matrix_1
and matrix_2
transitive closure of matrix positivematrix
transitive closure of matrix positivematrix
with max function
joined transitive closure of matrix maxmatrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.