computeDWNW_aux | R Documentation |
Computes the Down weights formula using a Dinamic Programming approach (recursion), see vignettes for further explaination.
computeDWNW_aux(g, edge, freqs, no.of.children, A, normUpWeights)
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 |
normUpWeights |
normalized up weights as computed by normalizeUPW |
a vector containing the Up weights for each edge
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.