public static class DemographicFunction.Utils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
testConsistency(DemographicFunction demographicFunction,
int steps,
double maxTime)
This function tests the consistency of the
getIntensity and getInverseIntensity methods
of this demographic model.
|
public static void testConsistency(DemographicFunction demographicFunction, int steps, double maxTime)
demographicFunction
- the demographic model to test.steps
- the number of steps between 0.0 and maxTime to test.maxTime
- the maximum time to test.http://code.google.com/p/jebl2/