pastas.rfunc.Spline.get_tmax# Spline.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) – float between 0 and 1. Returns tmax – Number of days when 99.9% of the response has effectuated, when the cutoff is chosen at 0.999. Return type float