pastas.rfunc.HantushWellModel.impulse ===================================== .. py:method:: pastas.rfunc.HantushWellModel.impulse(t: pastas.typing.ArrayLike, p: pastas.typing.ArrayLike) -> pastas.typing.ArrayLike :staticmethod: Return the impulse response function for HantushWellModel. :param t: Time array in days. :type t: array_like :param p: Response function parameters [A, a, b]. :type p: array_like :returns: **impulse** -- Impulse response at times t. :rtype: array_like .. rubric:: Notes This is a wrapper around Hantush.impulse. .. !! processed by numpydoc !!