CoalescentIntervalGenerator
public interface IntervalGenerator
Modifier and Type | Method | Description |
---|---|---|
double |
getInterval(double criticalValue,
int lineageCount,
double currentHeight) |
Calculates the waiting time to the next coalescent for a given critical value
(an intensity).
|
double getInterval(double criticalValue, int lineageCount, double currentHeight)
lineageCount
- the number of lineages presentcurrentHeight
- the starting heighthttp://code.google.com/p/jebl2/