-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
better thorney xml requires branch rate model - slight change at root
- Loading branch information
JT
committed
Sep 1, 2021
1 parent
a6fba82
commit d54d67b
Showing
9 changed files
with
86 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
src/dr/evomodel/treelikelihood/thorneytreelikelihood/BranchLengthLikelihoodDelegate.java
This file was deleted.
Oops, something went wrong.
20 changes: 12 additions & 8 deletions
20
...tClockBranchLengthLikelihoodDelegate.java → ...oissonBranchLengthLikelihoodDelegate.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 4 additions & 2 deletions
6
.../evomodel/treelikelihood/thorneytreelikelihood/ThorneyBranchLengthLikelihoodDelegate.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
package dr.evomodel.treelikelihood.thorneytreelikelihood; | ||
|
||
import dr.inference.model.Parameter; | ||
import dr.evolution.tree.NodeRef; | ||
import dr.evolution.tree.Tree; | ||
|
||
|
||
public interface ThorneyBranchLengthLikelihoodDelegate { | ||
double getLogLikelihood(double observed,double expected); | ||
double getLogLikelihood(double observed, double expected, Tree tree, NodeRef node); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 0 additions & 41 deletions
41
src/dr/evomodelxml/treelikelihood/thorneytreelikelihood/BranchLengthLikelihoodParser.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.