pastas.rfunc.One.get_t#
- One.get_t(p, dt, cutoff, maxtmax=None)#
Internal method to determine the times at which to evaluate the step response, from t=0.
- Parameters:
p (array_like) – array_like object with the values as floats representing the model parameters.
dt (float) – timestep as a multiple of one day.
cutoff (float) – proportion after which the step function is cut off.
maxtmax (float, optional) – The maximum time of the response, usually set to the simulation length.
- Returns:
t – Array with the times.
- Return type:
array_like