fabletools
fabletools copied to clipboard
`outliers` function documentation
Hi, I'm dealing with a time series with an extreme outlier, and I've found the function outliers, that I imagine uses the IQR to determine if the observation is considered an outlier. However, there's no documentation about how to use it. Is this currently being developed?
The outliers() functionality is mostly a stub at the moment, not many (any?) models support it yet, and so it is also not very well documented. You are correct that something like the IQR can be used, specifically we will default to using 1-step fitted values from the model. Further discussion is here: https://github.com/tidyverts/fabletools/issues/314