是否可以为 python scikits.timeseries time_series 对象定义半年频率?
根据 scikits.timeseries 模块,定义 time_series 对象时可以使用以下频率:
- 年度频率、季度频率、每月、每周、每日等。完整列表显示在文档链接上: http://pytseries.sourceforge.net/core.constants.html#scikits.timeseries.const.freq_constants< /a>
频率排除半年一次(一年两次)。
如何为 scikits.timeseries.time_series 对象定义半年频率?是否存在解决方法?
According to the scikits.timeseries module the following frequencies are available when defining a time_series object:
- Annual Frequencies, Quarterly frequencies, Monthly, Weekly, Daily etc. A full list is shown on the documentation link: http://pytseries.sourceforge.net/core.constants.html#scikits.timeseries.const.freq_constants
The frequencies exclude semi-annual (twice a year).
How would one define a semi-annual frequency for a scikits.timeseries.time_series object? Does a work-around exist?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
定义季度频率并将其填充为 50%:
Define quaterly frequency and fill it to 50%: