skdh.features.Skewness#
- class skdh.features.Skewness#
The skewness of a signal. NaN inputs will be propagated through to the result.
Methods
compute(signal, *[, axis])Compute the skewness
- compute(signal, *, axis=-1)#
Compute the skewness
- Parameters:
- signalarray-like
Array-like containing values to compute the skewness for.
- axisint, optional
Axis along which the signal entropy will be computed. Ignored if signal is a pandas.DataFrame. Default is last (-1).
- Returns:
- skewnumpy.ndarray
Computed skewness.