Procs
proc uniformBirthDeath(nTips: int; birthRate = 1.0; deathRate = 1.0; rerun = false; typ = void): Tree[typ]
- Simulate tree under uniform birth death process. Source Edit
proc uniformPureBirth(nTips: int; birthRate: float = 1.0; typ = void): Tree[typ]
- Simulate tree under uniform pure birth process. Source Edit