MurrellGroup / MolecularEvolution.jl

A Julia framework for developing phylogenetic models
MIT License
9 stars 4 forks source link

Add RobustCTMC discrete model #10

Open murrellb opened 10 months ago

murrellb commented 10 months ago

RobustCTMC tries to set up a DiagonalizedCTMC, but if that fails, it falls back upon the GeneralCTMC. Not sure if this will mess up the type stability, but hopefully this won't be an issue.