computeUPW_aux: Up weights computation (aux)

View source: R/weights.R

computeUPW_auxR Documentation

Up weights computation (aux)

Description

Computes the up weights formula using a Dinamic Programming approach (recursion), see vignettes for further explaination.

Usage

computeUPW_aux(g, edge, freqs, no.of.children, A)

Arguments

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

Value

a vector containing the Up weights for each edge


redsnic/CIMICE documentation built on March 30, 2022, 2:46 a.m.