pastas.rfunc.FourParam.get_tmax_approximation ============================================= .. py:method:: pastas.rfunc.FourParam.get_tmax_approximation(p: pastas.typing.ArrayLike, cutoff: float | None = None) -> float Approximate tmax using adaptive cumulative integration in log-time. :param p: Response function parameters `[A, n, a, b]`. :type p: array_like :param cutoff: Fraction of the total step response reached at tmax. :type cutoff: float, optional :returns: Approximated tmax in days. :rtype: float .. !! processed by numpydoc !!