Create perturbation table from transition matrix
Source:R/matrice_transition.R
prepare_perturbation_table.Rd
Prepares a perturbation lookup table from a transition matrix object for efficient application of the Cell Key Method.
Examples
if (FALSE) { # \dontrun{
mat_trans <- create_transition_matrix(D = 5, V = 2)
tab_pert <- prepare_perturbation_table(mat_trans)
} # }