Skip to content

Commit

Permalink
add citation for CalibratedYule #497
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaLiyt committed Sep 25, 2024
1 parent 7e609f0 commit 8a58154
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@
import lphy.core.model.GenerativeDistribution;
import lphy.core.model.RandomVariable;
import lphy.core.model.Value;
import lphy.core.model.annotation.Citation;
import lphy.core.model.annotation.GeneratorCategory;
import lphy.core.model.annotation.GeneratorInfo;
import lphy.core.model.annotation.ParameterInfo;

import java.util.*;

@Citation(value = "Heled, J., & Drummond, A. J. (2012). Calibrated tree priors for relaxed phylogenetics and divergence time estimation. Systematic biology, 61(1), 138–149. https://doi.org/10.1093/sysbio/syr087",
title = "Calibrated tree priors for relaxed phylogenetics and divergence time estimation",
DOI = "10.1093/sysbio/syr087", authors = {"Heled","Drummond"}, year = 2012)

public class CalibratedYule extends TaxaConditionedTreeGenerator implements GenerativeDistribution<TimeTree> {
Value<Number> rootAge;
Expand Down

0 comments on commit 8a58154

Please sign in to comment.