Package jebl.evolution.coalescent
Class IntervalList.Utils
- java.lang.Object
-
- jebl.evolution.coalescent.IntervalList.Utils
-
- Enclosing interface:
- IntervalList
public static class IntervalList.Utils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getLineageCount(IntervalList intervals, double t)
-
-
-
Method Detail
-
getLineageCount
public static int getLineageCount(IntervalList intervals, double t)
- Parameters:
t
- the time that you are counting the number of lineages- Returns:
- the number of lineages at time t.
-
-