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: Method to return the impulse response function. :param t: array_like object with the times at which to evaluate the impulse response, can be obtained with get_t() method :type t: array_like :param p: array_like object with the values as floats representing the model parameters. :type p: array_like :returns: **s** -- Array with the impulse response. :rtype: array_like .. !! processed by numpydoc !!