pyhctsa.operations.distribution.moments

pyhctsa.operations.distribution.moments(y, the_mom=0)

A moment of the distribution of the input time series. Normalizes by the standard deviation.

Parameters:
y : array-like

Input time series or data vector.

the_mom : int, optional

The moment to calculate. Default is 0.

Returns:

The calculated moment.

Return type:

float