What are the steps needed to detect outliers in business sales data (which means there might be trends and seasonality) in R?
I have learnt about ACF, PACF, residual, ARIMA model (basically, time series analysis and modelling). Can I use this knowledge to help me identify outliers?
Is it also possible to ask R to pinpoint which point of data is outlier?
Thank you very much.