pastas.rfunc.Kraijenhoff.impulse ================================ .. py:method:: pastas.rfunc.Kraijenhoff.impulse(t: pastas.typing.ArrayLike, p: pastas.typing.ArrayLike) -> 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 .. rubric:: Notes The impulse response function for each response function class can be viewed on the Documentation website or using `latexify` by running the following code in a Jupyter notebook environment:: ps.RfuncName.impulse Only used for internal consistency checks .. !! processed by numpydoc !!