NBISweden / MrBayes

MrBayes is a program for Bayesian inference and model choice across a wide range of phylogenetic and evolutionary models. For documentation and downloading the program, please see the home page:
http://NBISweden.github.io/MrBayes/
GNU General Public License v3.0
224 stars 78 forks source link

Coalescent prior supporting serially-sampled tips #270

Closed zhangchicool closed 1 year ago

zhangchicool commented 2 years ago

The original function LnCoalescencePriorPr only supports contemporary tips (i.e. tips sampled at the same time point 0). I have extended it to support serially-sampled tips (i.e. tips sampled temporally / serially over time). It still supports contemporary tips, of course. The original function is renamed to LnCoalescencePriorPr_Contemp (but feel free to remove it as I don't think it is useful anymore).