Skip to content

Commit

Permalink
Some more birth fn
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu committed Aug 22, 2024
1 parent a52540b commit 205e500
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ alpha_age = 2e-7
beta = 4e-6

[birth_params]
const = 0.0004
const = 0.00035
14 changes: 14 additions & 0 deletions config/bd/20240822-slope-05.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
birth_fn = "emevo.birth_and_death.SlopeELBirth"
hazard_fn = "emevo.birth_and_death.SlopeELGHazard"

[hazard_params]
scale = 0.01
alpha = 0.02
slope = 0.2
alpha_age = 2e-7
beta = 4e-6

[birth_params]
scale = 1e-3
slope = 0.1
const = -5e-4

0 comments on commit 205e500

Please sign in to comment.