Interface CumulativeRateFunctionIfc

    • Method Detail

      • getCumulativeRate

        double getCumulativeRate​(double time)
        Gets the cumulative rate from time 0 to the supplied time for the rate function
        Parameters:
        time - the time to evaluate
        Returns:
        Gets the cumulative rate from time 0 to the supplied time
      • getCumulativeRateRangeLowerLimit

        double getCumulativeRateRangeLowerLimit()
        The function's lower limit on the cumulative rate range
        Returns:
        The function's lower limit on the cumulative rate range
      • getCumulativeRateRangeUpperLimit

        double getCumulativeRateRangeUpperLimit()
        The function's upper limit on the cumulative rate range
        Returns:
        The function's upper limit on the cumulative rate range