pastas.rfunc.Kraijenhoff.moment =============================== .. py:method:: pastas.rfunc.Kraijenhoff.moment(p: pastas.typing.ArrayLike, order: int, method: Literal['discrete'] = 'discrete', dt: float = 1.0) -> float Compute the raw moment of the response function. :param p: array_like object with the values as floats representing the model parameters. :type p: array_like :param order: The order of the moment to compute (0 through 4). :type order: int :param method: Method to compute the moment. 'discrete' uses numerical integration of the discrete impulse response values, 'exact' uses the analytical expression for the moment if available. Default is 'discrete'. :type method: {'discrete', 'exact'}, optional :param dt: Time step between impulse response values. Default is 1.0. :type dt: float, optional .. !! processed by numpydoc !!