Interface InvertibleCumulativeRateFunctionIfc
-
- All Superinterfaces:
CumulativeRateFunctionIfc
,RateFunctionIfc
- All Known Implementing Classes:
PiecewiseConstantRateFunction
,PiecewiseLinearRateFunction
,PiecewiseRateFunction
public interface InvertibleCumulativeRateFunctionIfc extends CumulativeRateFunctionIfc
Models an invertible cumulative rate function for the nonhomogeneous Poisson Process
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getInverseCumulativeRate(double rate)
Returns the time associated with the supplied rate such that the time is the inverse of the cumulative rate function-
Methods inherited from interface jsl.modeling.elements.variable.nhpp.CumulativeRateFunctionIfc
getCumulativeRate, getCumulativeRateRangeLowerLimit, getCumulativeRateRangeUpperLimit
-
Methods inherited from interface jsl.modeling.elements.variable.nhpp.RateFunctionIfc
contains, getMaximum, getMinimum, getRate, getTimeRangeLowerLimit, getTimeRangeUpperLimit
-
-