In an assignment of time series analysis, I am asked to compare an intercept-only model with a slope model. I understand that the intercept-only model is just a regression model that only includes the constant term. But how about the slope model? I appreciate it if anyone could explain what a slope model refers to.
Asked
Active
Viewed 54 times
plot(arima.sim(model=list(order=c(0,1,1),ma=0.7),n=50)), perhaps changing themaparameter to something negative... yes, there are slopes in the plot, but they are local ones. – Stephan Kolassa Nov 29 '23 at 16:56