You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
appologies if this is not the right place to ask questions about the package (if so, please let me know where I can). I just read the paper on tsibble (and found out about it) and I'd love to start using it for my analysis, it looks great!
About my problem: I work with financial time series data and would like to know if there is a way to let count_gaps ignore the missing weekends, as markets are closed on the wekend and there would never be any data there. I tried googling an answer to this but wasn't successfull.
Thank you
The text was updated successfully, but these errors were encountered:
Currently, there's no way that *_gaps() can ignore weekends. A general problem is to allow for a user-defined calendar upon creating a tsibble. I'm not aware that any R package provides flexible tools to handle business calendars in terms of date, date-times and intraday. I'm closing this issue as the duplicate of #18 .
Hi,
appologies if this is not the right place to ask questions about the package (if so, please let me know where I can). I just read the paper on tsibble (and found out about it) and I'd love to start using it for my analysis, it looks great!
About my problem: I work with financial time series data and would like to know if there is a way to let
count_gaps
ignore the missing weekends, as markets are closed on the wekend and there would never be any data there. I tried googling an answer to this but wasn't successfull.Thank you
The text was updated successfully, but these errors were encountered: