CompEvol/beast2

Generalization of root and tip distributions as RootDistribution and TipDistribution

kche309 opened this issue · 0 comments

Allow as optional inputs for TreeLikelihood and GenericTreeLikelihood:

RootDistribution and TipDistribution should be abstract classes or interfaces, and packages such as rootfreqs and phylonco should provide the specific models.

These optional inputs should also be handled in TreeLikelihood, BeagleTreeLikelihood and ThreadedTreeLikelihood classes.

In Beauti, when compatible packages are available, it should display additional panels "Root Distribution" and "Tip Distribution", and allow rootfreqs models or error models to be selected from a dropdown.