compute_actualization_matrix_ultrametric
computes a squares p*Nedge bloc diagonal
matrix of the (I_p - exp(-A * (h - t_pa(j))))_{j node}.
compute_actualization_matrix_ultrametric(
tree,
selection.strength,
times_shared = compute_times_ca(tree)
)
Matrix of size p*Nedge
a phylogenetic tree.
the selection strength of the process.
a matrix, result of function compute_times_ca
.
Careful: the root is not taken into account in this function.