-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typo in documentation? #1562
Comments
huh this isn't good. the model param csv file doesn't match the code... |
I see the source paper (https://onlinelibrary.wiley.com/doi/10.1111/mec.15343) and the code (https://github.com/popsim-consortium/stdpopsim/blob/main/stdpopsim/catalog/AnaPla/demographic_models.py) both have a symmetric migration rate (2.82 migrants per generation). Checking the commit history, I see only one commit by @petrelharp 3 years ago (6b3d7bb)... Do you know what happened here? |
Well, here's what happened: #883, #920, #921, #1021. But, my guess the reason for this discrepancy is that (a) first I had thought migration rates were forwards-time, and so needed to be scaled by modern pop sizes (and thus asymmetric); but then (b) figured out they weren't, and forgot to update the parameter table. So, I think we just need to fix the parameter table. Thanks! |
Hi, I was using MallardBlackDuck_2L19 model, and it looks like the migration matrix is symmetric in stdpopsim (version 0.2.0), but the documentation says the migration is 10^-6 times 0.84 (Black-Mallard) and 1.10 (Malard-Black). (https://popsim-consortium.github.io/stdpopsim-docs/stable/catalog.html#sec_catalog_AnaPla_models)
The text was updated successfully, but these errors were encountered: