pastas.rfunc.Kraijenhoff.moment =============================== .. py:method:: pastas.rfunc.Kraijenhoff.moment(p: pastas.typing.ArrayLike, order: int, method: Literal['discrete', 'exact'] = 'discrete', dt: float = 1.0) -> float Compute the raw moment of the response function. :param p: Response function parameters. :type p: array_like :param order: Order of the moment to compute. :type order: int :param method: Method used to compute the moment. `"discrete"` uses the discrete block response, while `"exact"` uses an analytical expression when available. Default is `"discrete"`. :type method: {'discrete', 'exact'}, optional :param dt: Time step in days. Default is 1.0. :type dt: float, optional .. !! processed by numpydoc !!