Description Usage Arguments Value
View source: R/fm_filter_spikes.R
Identifies anomalies in the flight mill data set by using the median absolute deviation of the flight speed and creates a column that is either a 1: it is a spike and 0: is not a spike
1 | fm_filter_spikes(x, madThreshold = 4)
|
x |
Data frame |
madThreshold |
Computes the median absolute deviation using a numeric vector threshold |
A data frame with summary data and another data frame with the complete time series data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.