Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7a1b28e7 authored by jeanrjc's avatar jeanrjc
Browse files

Merge branch 'generalize_up2dataloader' into sum_stats

parents c39c3ac8 0137c958
Branches sum_stats
No related tags found
No related merge requests found
......@@ -438,6 +438,7 @@ def do_sum_stats(scenario_dir, name_id, size_chr=2e6,
all_sfs2["i_xi_norm"] = all_sfs2.i_xi / all_sfs2.i_xi.mean()
all_sfs2["freq_indiv"] = all_sfs2.index / n_indiv
all_sfs2["i_xi_sem_norm"] = all_sfs.groupby("N_indiv").i_xi.sem() / all_sfs2.i_xi.mean()
all_sfs2["i_xi_std_norm"] = all_sfs.groupby("N_indiv").i_xi.std() / all_sfs2.i_xi.mean()
all_sfs2["sim_id"] = sim_id
all_sfs2["scenario"] = scenario
all_sfs2["label"] = label
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment