pastas.rfunc.Kraijenhoff.impulse ================================ .. py:method:: pastas.rfunc.Kraijenhoff.impulse(t: pastas.typing.ArrayLike, p: pastas.typing.ArrayLike, n_terms: int = 10) -> pastas.typing.ArrayLike :staticmethod: Return the impulse response function for Kraijenhoff. :param t: Time array in days. :type t: array_like :param p: Response function parameters [A, a, b]. :type p: array_like :param n_terms: Number of terms used in the truncated series expansion. Default is 10. :type n_terms: int, optional :returns: **impulse** -- Impulse response at times t. :rtype: array_like .. !! processed by numpydoc !!