Skip to content

Commit

Permalink
rename previous example to avoid confusion #497
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Jun 18, 2024
1 parent 5eee07b commit 1660499
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
λ = 10.0;
tmrca = 0.1;
tmrca ~ LogNormal(meanlog=-2.3, sdlog=0.1);
// root node calibration
ψ ~ BirthDeath(lambda=λ, mu=0.0, n=16, rootAge=tmrca);
TL = ψ.treeLength();
rootAge = ψ.rootAge();
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
λ = 10.0;
tmrca = 0.1;
tmrca ~ LogNormal(meanlog=-2.3, sdlog=0.1);
// root node calibration
ψ ~ Yule(lambda=λ, n=16, rootAge=tmrca);
TL = ψ.treeLength();
rootAge = ψ.rootAge();

0 comments on commit 1660499

Please sign in to comment.