pastas.rfunc.DoubleExponential.get_tmax#

DoubleExponential.get_tmax(p, cutoff=None)[source]#

Method to get the response time for a certain cutoff.

Parameters
  • p (array_like) – array_like object with the values as floats representing the model parameters.

  • cutoff (float, optional) – proportion after which the step function is cut off. default is 0.999.

Returns

tmax – Number of days when 99.9% of the response has effectuated, when the cutoff is chosen at 0.999.

Return type

float