powered by
This function calculates the running kurtosis of a seismic signal and returns that characteristic function.
signal_kurtosis(data, window = 200)
Numeric running kurtosis of the input signal.
Numeric
eseis object, numeric vector or list of objects, data set to be processed.
eseis
numeric
Numeric value, size of the running window, in number of samples
Michael Dietze
## load example data data(rockfall) ## calculate kurtosis rockfall_kurtosis <- signal_kurtosis(data = rockfall_eseis, window = 200)
Run the code above in your browser using DataLab