Delegates to the internal .do_not_adjust() to keep logic in one place.
Details
The weak-amplitude threshold is one percentage point of peak-to-trough seasonal amplitude. For log models, the amplitude is the seasonal-factor range multiplied by 100. For level models, it is the additive seasonal range relative to the median absolute series level.
Examples
row <- tibble::tibble(
IDS = "no",
M7 = 1.10,
QSori_p_x11 = 0.12,
QSori_p_seats = 0.15,
SEATS_has_seasonal = FALSE,
seasonal_amp_pct = 0.8,
vola_reduction_pct = 2
)
sa_is_do_not_adjust(row)
#> [1] TRUE
