Hello, where can i find the code for the time seri...
# general
v
Hello, where can i find the code for the time series plot with seasonality and trend?
v
In plotting the acf and pacf, is "lags=30" a default value? Also, in plotting the seasonal decomposition, "period=24" a default value too? If i have weekly time series data, what would be the lags and period values? Thank you.
g
did you check the documentation from statsmodel ? 1/ https://statsmodels.graphics.tsaplots.plot_pacf.html 2/ https://www.statsmodels.org/dev/generated/statsmodels.tsa.seasonal.seasonal_decompose.html 3/ And do not forget chatgpt if you need advices/reco