Good introductory/reference explanation. Thank you!
@ritvikmath4 жыл бұрын
Glad it was helpful!
@cicidu85772 жыл бұрын
This series is so good. Thank you so much!
@nickkoprowicz48314 жыл бұрын
Thanks for these videos; they're helpful. But I think one big thing is missing which is what we're actually trying to model. We've seen what's bad (trend and seasonality) but I think it would be good to have an example of what's good. What would an ideal stationary time series look like? And how would the model come out?
@yuthpatirathi27195 жыл бұрын
Amazing work Ritvik
@BraIncNet3 жыл бұрын
Amazing, simple explanation. Thank you.
@akyuvar81215 жыл бұрын
hi, can you sort the videos according to series. Ironically, i cant figure out which time series video i should watch first.
@ritvikmath5 жыл бұрын
Just sorted them! Thanks for the reminder 😊
@amybae60872 жыл бұрын
Very easy to understand. Thank you so much
@siddhant17khare2 жыл бұрын
Is it so that ADF & KPSS tests check only for trend-stationarity & therefore, it is possible for ADF & KPSS tests to show that the time series is trend-stationary but still has seasonality in it? If yes, then what are tests to check seasonality-stationary?
@yuvarajum25947 ай бұрын
Fantastic explanation
@rumikang334 жыл бұрын
Dude, thank you so much.
@fadimessi108 ай бұрын
awsome explanation!
@ayanbizz4 жыл бұрын
From the video it seems seasonality means yearly repeating patterns but what if the patterns repeat every week / month/ 3 moths /6 months etc
@jacobm70264 жыл бұрын
The main importance is simply that it is a nonrandom component that can be addressed with a model. The yearly unit is truly arbitrary.
@luismisanmartin987 ай бұрын
When he says "within a year" he just meant that the pattern doesn't have a period longer than a year (which would then be considered a cycle). Therefore, as he said at the beginning, the cycle could be a year but also a month, a week or even a day
@nambuihoai82225 жыл бұрын
Could you make a video explaining a vector autoregression model?
@rajdeepgdgd4 жыл бұрын
kzbin.info/www/bejne/i4K0eYaYmq6UeJI
@md10862 жыл бұрын
Can we use ARIMA model for seasonality predictions like electricity consumption predictions, or we should remove seasonality before applying ARIMA
@AkshayDhande453 жыл бұрын
so in order to know whether a pattern is seasonal, you would need at least two years of data right? If you have one year of data and no matter how smooth sign wavy it looks, you cant call it seasonal? I mean one cant look at data for a year and say this pattern looks seasonal. correct?
@drmearajuddin23344 жыл бұрын
Sir please a video on Johnsens cointegration.. Please.. Detailed one.. You are amazing sir ❤️❤️❤️❤️
@aimdam15285 жыл бұрын
Nice Insights!
@ritvikmath5 жыл бұрын
thanks! always happy to help out :)
@conorsmyth123583 жыл бұрын
What if there is a fixed length cycle with period greater than a year, a decade for instance?
@francisguan25503 жыл бұрын
Yea I was thinking 4 years, like search data for the Olympics for example. But I think even so, we should be able to apply the same concept to remove the effect of these repeating patterns on our time series data. So long as we have sufficient cycles of data of course (in your example, a few decades)
@safaa36186 ай бұрын
i think Z(t) = Y(t) - Y(t-365). This would also track with the example of 2015 that we can't use. cuz if we use Z(t) = Y(t+365) - Y(t), we can totally replace it with 2015. Also the differenciation to remove seasonality (I in ARIMA) is given by : Y'(t) = Y(t) - Y(t-1).
@eswararun72554 жыл бұрын
How to find seasonality or determine m value if we have 3 or 6 months of data ?
@TheOrionMusicNetwork3 жыл бұрын
You simply don't have enough data in that case
@mohitgehlot65826 ай бұрын
Thank you so much.
@bharathgopalakrishnan37392 жыл бұрын
How about a video on Expectations
@elenadelonge39872 жыл бұрын
where there is the start of 2015/2016/2017.. and so on, the curve should be lower and not higher because of the winter period.the start of the year,2015,is the 1/01/yyyy and not the summer
@raltonkistnasamy65998 ай бұрын
thank u sir
@zoozolplexOne3 жыл бұрын
Cool !!!
@fpodunedin36768 ай бұрын
Note to self: Seasonality is when a pattern repeats in a given week or year. Seasonal data is not stationary but can be made so. This is through taking z_t = y_t - y_(t-365). Similar process to de-trending data. Note that seasonality is not the same as cycles. Cycles are usually over the course of multiple years!