Join Slack
Powered by
Hello, where can i find the code for the time seri...
# general
v
virgilio espina
06/15/2024, 8:18 AM
Hello, where can i find the code for the time series plot with seasonality and trend?
g
Guillaume GALIE
06/15/2024, 8:30 AM
You have an example here :
https://nixtlaverse.nixtla.io/statsforecast/docs/models/multipleseasonaltrend.html#multiplicative-time-series
👍 1
v
virgilio espina
06/15/2024, 1:16 PM
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
Guillaume GALIE
06/15/2024, 4:31 PM
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
Open in Slack
Previous
Next