简体   繁体   English

eViews:每隔10分钟将季度数据保存在工作文件中

[英]eViews: save quarterly data in workfile with 10min frequency

I have a dataset (in Excel) consisting of quarterly observations. 我有一个包含季度观测值的数据集(在Excel中)。 For each of these Observations, I also have an exact date and time, like: Obs.value, 20000101, 07:00. 对于这些观察中的每一个,我也都有一个确切的日期和时间,例如:Obs.value,20000101、07:00。

Also I created an eViews Workfile with 10 Minute frequency. 我还创建了一个10分钟频率的eViews工作文件。 Now I want to import that quarterly data to the eViews workfile. 现在,我想将每个季度的数据导入到eViews工作文件中。 For all (10min frequency) observations where there is no corresponding value in the data, the observation value should be zero. 对于数据中没有对应值的所有(10分钟频率)观察,观察值应为零。 That means in the end I need to have a 10 Min frequency vector with one observation value per quarter and zeros otherwise: 这意味着最后我需要有一个10分钟的频率向量,每季度有一个观测值,否则为零:

. . . .

20000101, 06:50, 0 20000101,06:50,0

20000101, 07:00, Obs. 20000101,07:00,开放。 Value (one per quarter) 价值(每季度一个)

20000101, 07:10, 0 20000101,07:10,0

. . .

Does anyone know how to programm that in eViews? 有谁知道如何在eViews中进行编程?

For those finding this...looks like it was resolved over on the Eviews forums. 对于那些发现此问题的人...看起来好像已经在Eviews论坛上解决了。

http://forums.eviews.com/viewtopic.php?f=3&t=9068 http://forums.eviews.com/viewtopic.php?f=3&t=9068

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM