pyhctsa.operations.distribution.cumulants

pyhctsa.operations.distribution.cumulants(x, cum_what_may='skew1')

Distributional moments of the input data.

Parameters:
x : array-like

The input time series.

cum_what_may : str

The type of higher order moment:
  • ’skew1’: skewness

  • ’skew2’: skewness correcting for bias

  • ’kurt1’: kurtosis

  • ’kurt2’: kurtosis correcting for bias

Returns:

The specified higher order moment.

Return type:

float