pastas.stats.core.moment ======================== .. py:function:: pastas.stats.core.moment(series: pandas.Series | None = None, order: int = 0, **kwargs) -> float Compute the raw moment of an impulse response array. :param series: Impulse response values with a numeric index (float or int) representing time steps. A DatetimeIndex is not supported. :type series: 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 !!