Great video, outlining the steps at the beginning make what I'm learning in my time series class very clear
@MarioCastroPonce3 жыл бұрын
Thank your for your comment!
@emmaaye26202 жыл бұрын
Thank you so much. You make it clearer.
@javierromandiaz71082 жыл бұрын
Very clear. Thanks.
@fretzT_T Жыл бұрын
Is there way to calculate lambda for data having zeroes in it? Like rainfall data .
@kumarashwarya21853 жыл бұрын
If we are running the analysis where we have weekly data, then how do we decide the lag in the diff() formula?
@MarioCastroPonce3 жыл бұрын
If you see 7 day correlations in the ACF, then add the parameter lag=7 to diff ()
@kumarashwarya21853 жыл бұрын
@@MarioCastroPonce can you a share a link to study the concept?
@mathfx5733 Жыл бұрын
What it means the lag parameter in diff() and what value should I use for?
@katerina82873 жыл бұрын
If there is unit root, is this method still valid?
@MarioCastroPonce3 жыл бұрын
No. In that case, probably you would have to increase the order of the model.
@manglem103 жыл бұрын
For annual data,what will be the frequency?? Here monthly data frequency is 12
@WinstonJarjury7 ай бұрын
It should be frequency=1, to be more clear, you always need ask you to yourself, How many months, (another period of time) is there in a year? And you get the answer
@kermdncer99813 жыл бұрын
Can we ARIMA and SARIMA be used at the same time?
@MarioCastroPonce3 жыл бұрын
Well, I'd use sarima only If the data is expected to be seasonal. But in any case arima is a particular case of sarima if the coefficients of the seasonal part are zero
@kermdncer99813 жыл бұрын
@@MarioCastroPonce Thank you. Actually I wanted to say is it possible to use both together technically? Because only sarima is insufficient in my work.