Skip to content

Commit

Permalink
Update R/outliers.R
Browse files Browse the repository at this point in the history
Co-authored-by: nmdefries <[email protected]>
  • Loading branch information
brookslogan and nmdefries authored Jun 21, 2024
1 parent ce8969c commit f0132b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/outliers.R
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ detect_outlr_rm <- function(x = seq_along(y), y, n = 21,
#' @template outlier-detection-options
#' @template detect-outlr-return
#'
#' @details The STL decomposition is computed using the [`stats::stl()`]. Once
#' @details The STL decomposition is computed using [`stats::stl()`]. Once
#' computed, the outlier detection method is analogous to the rolling median
#' method in [`detect_outlr_rm()`], except with the fitted values and residuals
#' from the STL decomposition taking the place of the rolling median and
Expand Down

0 comments on commit f0132b3

Please sign in to comment.