computeUPW_aux {CIMICE}R 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


[Package CIMICE version 1.0.0 Index]