Closed aezarebski closed 2 years ago
Currently the model is parameterized in terms of rates, however we are often more interested in parameters such as R-naught and the net becoming noninfectious rate and the proportion of cases sequenced and observed. It would be nice to have an alternative parameterization for this. See for example https://github.com/BEAST2-Dev/bdsky/blob/ec2caf66a58b59cc82a7b8391dbd06b25fe67ca6/src/beast/evolution/speciation/BirthDeathSkylineModel.java#L251
This has been implemented, but the documentation is poor.
Currently the model is parameterized in terms of rates, however we are often more interested in parameters such as R-naught and the net becoming noninfectious rate and the proportion of cases sequenced and observed. It would be nice to have an alternative parameterization for this. See for example https://github.com/BEAST2-Dev/bdsky/blob/ec2caf66a58b59cc82a7b8391dbd06b25fe67ca6/src/beast/evolution/speciation/BirthDeathSkylineModel.java#L251