Skip to content

Commit bbe3feb

Browse files
committed
fix (detect_outlr_stl): make intended fn signature changes
1 parent 1790f72 commit bbe3feb

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

R/outliers.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ detect_outlr_stl <- function(x = seq_along(y), y,
263263
n_trend = 21,
264264
n_seasonal = 21,
265265
n_threshold = 21,
266-
seasonal_period = NULL,
266+
seasonal_period,
267+
seasonal_as_residual = FALSE,
267268
log_transform = FALSE,
268269
detect_negatives = FALSE,
269270
detection_multiplier = 2,

man/detect_outlr_stl.Rd

+11-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)