View source: R/signal_kurtosis.R
signal_kurtosis | R Documentation |
This function calculates the running kurtosis of a seismic signal and returns that characteristic function.
signal_kurtosis(data, window = 200)
data |
|
window |
|
Numeric
running kurtosis of the input signal.
Michael Dietze
## load example data
data(rockfall)
## calculate kurtosis
rockfall_kurtosis <- signal_kurtosis(data = rockfall_eseis,
window = 200)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.