View source: R/fdk_detect_outliers.R
fdk_detect_outliers | R Documentation |
The function fills in the existing column to hold outlier flags, and either overwrites the original file or outputs a data structure.
fdk_detect_outliers(df, iterations = 20, sigma = 2, plot = FALSE)
df |
dataframe with dates (date) and values (value) to smooth |
iterations |
number of iterations in order to detect outliers |
sigma |
number of deviations to exclude outliers at |
plot |
visualize the process, mostly for debugging
( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.