Skip to content

Commit 3eeb5ab

Browse files
committed
x0 to x1
1 parent 465c0ec commit 3eeb5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/beast/evolution/speciation/SABirthDeathModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ public double calculateTreeLogLikelihood(TreeInterface tree)
388388

389389
if (conditionOnSamplingInput.get()) {
390390
if (conditionOnRootInput.get()) {
391-
logPost -= Math.log(lambda*oneMinusP0(x0, c1, c2)* oneMinusP0(x1, c1, c2));
391+
logPost -= Math.log(lambda*oneMinusP0(x1, c1, c2)* oneMinusP0(x1, c1, c2));
392392
} else {
393393
logPost -= Math.log(oneMinusP0(x0, c1, c2));
394394
}

0 commit comments

Comments
 (0)