Skip to content
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

Calculate fixation probability/time #15

Open
heavywatal opened this issue Apr 25, 2017 · 1 comment
Open

Calculate fixation probability/time #15

heavywatal opened this issue Apr 25, 2017 · 1 comment

Comments

@heavywatal
Copy link
Owner

heavywatal commented Apr 25, 2017

  • 固定するまで世代交代して勝ち残ったIDを記録する、という作業を
    main.py の中で繰り返し、各IDの固定確率を求める
  • 同時に、固定までにかかったステップ数を記録し、その平均、分散、分布そのものを見てみる
  • 先頭の何個体かを適応度が高い/低い変異体とする条件でやってみて、その結果固定確率がどう変化するかを見る
  • これらを Wright-Fisher と Moran の両方でやる
@heavywatal heavywatal changed the title Calculate fixation probability Calculate fixation probability/time Apr 25, 2017
hamazaki1990 added a commit to hamazaki1990/practice-py that referenced this issue May 3, 2017
hamazaki1990 added a commit to hamazaki1990/practice-py that referenced this issue May 3, 2017
hamazaki1990 added a commit to hamazaki1990/practice-py that referenced this issue May 3, 2017
hamazaki1990 added a commit to hamazaki1990/practice-py that referenced this issue May 4, 2017
@heavywatal
Copy link
Owner Author

固定したかどうかを判定する関数などは、Populationクラスのメソッドとして持たせたほうがよりスッキリすると思います。

hamazaki1990 added a commit to hamazaki1990/practice-py that referenced this issue May 4, 2017
hamazaki1990 added a commit to hamazaki1990/practice-py that referenced this issue May 4, 2017
hamazaki1990 added a commit to hamazaki1990/practice-py that referenced this issue May 4, 2017
hamazaki1990 added a commit to hamazaki1990/practice-py that referenced this issue May 8, 2017
hamazaki1990 added a commit to hamazaki1990/practice-py that referenced this issue May 8, 2017
hamazaki1990 added a commit to hamazaki1990/practice-py that referenced this issue May 8, 2017
hamazaki1990 added a commit to hamazaki1990/practice-py that referenced this issue May 8, 2017
hamazaki1990 added a commit to hamazaki1990/practice-py that referenced this issue May 8, 2017
hamazaki1990 added a commit to hamazaki1990/practice-py that referenced this issue May 8, 2017
hamazaki1990 added a commit to hamazaki1990/practice-py that referenced this issue May 8, 2017
hamazaki1990 added a commit to hamazaki1990/practice-py that referenced this issue May 8, 2017
hamazaki1990 added a commit to hamazaki1990/practice-py that referenced this issue May 8, 2017
heavywatal pushed a commit that referenced this issue May 8, 2017
* #15 tochuu

* approaching #15

* fixation simulation #15

* repeat simulation #15

* #15 solving

* fighting #15

* modified #15

* modifying #15

* Create class Repeat-moran

* Create class Repeat-moran

* solved #15

* delete function of repeat

* Reduce code redundancy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant