I found auto.arima()
function in forecast
packages.
As far I have understand how it works, It should find the best model for the data, my question is: Is it possible to understand if the variance is not constant during all the period(timeseries) using that function? I mean...
If it fit a model it should means that the variance is homoscedastics because i set stationary=TRUE
Let me know, thank you!