View source: R/identify_outliers.R
identify_outliers | R Documentation |
Identify outliers and suitable replacement values
identify_outliers(
data,
methods = data.frame(method = c(rep("weekly_extrema_loess_loo", 3)), transform =
c("none", "sqrt", "log"), ),
voting_scheme = "majority",
max_iter = 100,
include_outliers_by_method = TRUE
)
data |
time series data frame for one location with at minimum columns
|
data frame with columns date
and inc
with only rows for
detected outliers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.