pastas.rfunc.Gamma.get_t#
- Gamma.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 of day.
cutoff (float) – float between 0 and 1, that determines which part of the step- response is taken into account.
maxtmax (float, optional) – The maximum time of the response, usually set to the simulation length.
- Returns
t – Array with the times
- Return type
numpy.array