obspy.realtime.signal.kurtosis
- kurtosis(trace, win=3.0, rtmemory_list=None)[source]
Apply recursive kurtosis calculation on data.
Recursive kurtosis is computed using the [ChassandeMottin2002] formulation adjusted to give the kurtosis of a Gaussian distribution = 0.0.
- Parameters:
- Return type:
NumPy
numpy.ndarray
- Returns:
Processed trace data from appended Trace object