pastas.stats.core.moment ======================== .. py:function:: pastas.stats.core.moment(x: pandas.Series, order: int) -> float Compute the raw moment of an impulse response array. :param x: Impulse response values with a numeric index (float or int) representing time steps. A DatetimeIndex is not supported. :type x: Series :param order: The order of the moment to compute (0 through 5). :type order: int :returns: **moment** -- The computed raw moment of the impulse response. :rtype: float .. !! processed by numpydoc !!