Full Time Series Example : Time Series Talk

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ย. 2024

ความคิดเห็น • 31

  • @kaustubhsrivastava5037
    @kaustubhsrivastava5037 4 ปีที่แล้ว +1

    Thank You so much , very well explained. Indeed, much needed reverse transformation specially for algorithms like VAR.

    • @ritvikmath
      @ritvikmath  4 ปีที่แล้ว +1

      You are most welcome!

  • @writeups0265
    @writeups0265 4 ปีที่แล้ว +7

    Hey, I've been following almost all of your videos. Great explanations indeed. Haven't found a better channel on youtube for time series explanations.
    Could you point me as well to some online pdfs/refs where topics like time series can be read through ?

  • @bidishasarkardatta1689
    @bidishasarkardatta1689 3 ปีที่แล้ว +8

    Hi! would you please conduct an online course on Time series analysis, model fitting and allied concepts. Would love to attend if done.

  • @45muzic23
    @45muzic23 4 ปีที่แล้ว

    Thank you for the detailed example! This is great!

  • @bothann
    @bothann 3 ปีที่แล้ว +1

    Very well explained. Thanks!

  • @Robert25251000
    @Robert25251000 3 ปีที่แล้ว +1

    Thanks a lot, this video is really helpful!

    • @ritvikmath
      @ritvikmath  3 ปีที่แล้ว

      Glad it was helpful!

  • @JahjahIBRAHIM
    @JahjahIBRAHIM 2 วันที่ผ่านมา

    Hey Ritvik, it really a great videos about time series, I have a question after we do all the transformations to get a stationary series and calculate a PACF & ACF to get ARMA model p and q, then I think we can apply it direct on the original series to fit the model and get the predictions. Thank you so much

  • @krishnapullak
    @krishnapullak ปีที่แล้ว

    absolutely brilliant!

  • @tcmcse
    @tcmcse 4 ปีที่แล้ว +1

    very informative, thank you!

    • @ritvikmath
      @ritvikmath  4 ปีที่แล้ว

      Glad it was helpful!

  • @luizscheuer670
    @luizscheuer670 4 ปีที่แล้ว +5

    If my time series curve is way more complicated than a log curve (like yours), how should I decide on the number 2 (after normalize), which in you case is exponentiate?
    Edit: how can I use Fourier Transform to figure out the transformations I need to make. My time series curve, for example, doesn't look like any obvious mathematical curve like e^x or log(x) or 1/x, etc.

  • @matze212
    @matze212 8 หลายเดือนก่อน

    Thanks for the awesome series, I’m wondering though how you’d reverse a volatility removal, since you potentially don’t have future data you can’t calculate the stdDev. Would you use something like GARCH or assume the variance is kind of the same as in the last period? The example from the last video would be perfect there, like how do you reverse the volatility removal for the ice cream - heater example?

  • @jeeves31415
    @jeeves31415 ปีที่แล้ว +1

    This is perhaps not the best dataset for timeseries forecasting. With the previous examples such as catfish sales or icecream sales, those data points (months) are independent of each other and theoretically "restart" at 0 every month. Views on a youtube video is more cumulative - if you have 1000 on the first day, then 1100 on the next day, it's not a "net new" 1100, it's a net new of only 100. You'd want to predict on the "delta" views (almost like "returns" on a stock) in this case, in my opinion. I get that's why we do the exponentiate and first difference steps but it just seems like the original timeseries is too predictable already and we're making extra work for data that we can just "extend the curve"... but I do appreciate the mathematical concepts at play here. Thank you

  • @empmachine
    @empmachine 2 หลายเดือนก่อน

    wouldn't it be better to just curve_fit to a log with some params? Or is this more of a general demo vs the right thing to do w.r.t. that sort of time-series shape?

  • @stackinglittlesats
    @stackinglittlesats 3 ปีที่แล้ว

    Very nice. Thank you.

  • @sunIess
    @sunIess 4 ปีที่แล้ว

    Hi Ritvik, thanks for the video! Is it correct that when forecasting on the transformed data, back-transforming might not preserve MSE-optimality? Would you consider making a video explaining why and what we can do about it?

  • @berkceyhan5031
    @berkceyhan5031 ปีที่แล้ว

    Thanks ;)

  • @roeiohayon4501
    @roeiohayon4501 4 ปีที่แล้ว

    Hi thanks for the video, are you planning to make a video about singular spectrum analysis sometime?

  • @fartingfoxmaster7852
    @fartingfoxmaster7852 2 ปีที่แล้ว

    Great video. Unfortunately, i cant get to work due to updates to statsmodels

  • @yanetredda7141
    @yanetredda7141 4 ปีที่แล้ว +1

    can you please contact me I had some questions about the video you made about the blackjack.

  • @cleansquirrel2084
    @cleansquirrel2084 4 ปีที่แล้ว

    Beautiful

  • @kostyamamuli1999
    @kostyamamuli1999 2 ปีที่แล้ว

    great!

  • @patrickmullan8356
    @patrickmullan8356 3 ปีที่แล้ว

    How does the first command at 2:50 in cell [5] work?
    I assume you use the `mean` method of numpy on a series of datatype pd.Seris() named `ts`;
    This results in a _scalar_ of datatype: float
    Floats do not have a .iloc[] operation...
    What is going on here?

  • @souravsubudhi868
    @souravsubudhi868 3 ปีที่แล้ว

    What to do if no lag in pacf and acf are significant. what is the parameter we fill in ARMA model.

  • @alimoufid8899
    @alimoufid8899 2 ปีที่แล้ว

    thanks, I wanted to know how did you calculate the lower and upper limit ?

  • @namho7595
    @namho7595 4 ปีที่แล้ว

    May I have the predicted value?

  • @cleansquirrel2084
    @cleansquirrel2084 4 ปีที่แล้ว

    Hey Ritvik! Can you share the notebook?