Package pal.coalescent
Interface DemographicTree
-
- All Known Implementing Classes:
DemographicClockTree
public interface DemographicTree
interface defining a parameterized tree that includes demographic information.- Author:
- Alexei Drummond
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
computeDemoLogLikelihood()
DemographicModel
getDemographicModel()
-
-
-
Method Detail
-
computeDemoLogLikelihood
double computeDemoLogLikelihood()
-
getDemographicModel
DemographicModel getDemographicModel()
-
-