R/models.R
IDSModel.Rd
Creates an Increase-Decrease-Stable model for trend detection.
IDSModel(threshold = 0, window_size = 3L)
Threshold for trend detection (default: 0.0)
Window size for trend calculation (default: 3)
An IDSModel object
if (FALSE) { # \dontrun{ model <- IDSModel() model <- IDSModel(threshold = 0.1, window_size = 5) } # }