matsengrp / historydag

https://matsengrp.github.io/historydag
GNU General Public License v3.0
0 stars 1 forks source link

Generalized node support #65

Closed willdumm closed 1 year ago

willdumm commented 1 year ago

Previously, we could compute node support only with respect to a uniform distribution on histories in the DAG. This PR allows node support to be computed with respect to the distribution expressed by downward conditional edge probabilities annotated on DAG edges, and provides tools for setting these edge probabilities to express an exponential distribution on arbitrary edge weights.

Questions remaining:

willdumm commented 1 year ago

This PR contains commits from the branch wd-preorder-dp

marybarker commented 1 year ago

The Parsimony-weighted example that motivated this generalized method is discussed here.