-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code for aggregation of irregular time interval sequences #36
Comments
Thanks a lot. May I ask what version (R, Python, or Matlab) are you trying? I don't really have any documentation for the Python and Matlab version. But the R version has a standard help doc: https://cran.r-project.org/web/packages/Rbeast/Rbeast.pdf. |
I've checked this standard help doc, but it only mentions that beast.irreg is handled by time aggregation, but there are many ways to do time aggregation and I'm trying to determine exactly which one. |
If you could provide guidance on the method or code for specific time aggregation, it would be greatly appreciated. Thank you! |
To make sure that I interpret your question correctly, can you please make it more explicit about what you are asking? If you happen to speak Chinese, feel free to communicate in Chinese. Thanks a lot! |
在rbeast的文档中,我看到beast.irreg是通过时间聚合来处理不规则时间间隔的时间序列的。但是聚合的方式有很多种(最值/平均值....),我想知道关键的代码我可以在哪个文件找到,因为在我的研究中,确定这个聚合方式一致很重要。十分感谢!!! |
还有聚合时的聚合窗口的大小以及缺失窗口的处理方法等参数 |
Dear Publisher.I didn't find a code snippet in beast.irreg or any other file about handling irregular time interval sequences.
The text was updated successfully, but these errors were encountered: