computeUPW_aux {CIMICE} | R Documentation |
Computes the up weights formula using a Dinamic Programming approach (recursion), see vignettes for further explaination.
computeUPW_aux(g, edge, freqs, no.of.children, A)
g |
graph (a Directed Acyclic Graph) |
edge |
the currently considered edge |
freqs |
observed genotype frequencies |
no.of.children |
number of children for each node |
A |
adjacency matrix of G |
a vector containing the Up weights for each edge