Page 1 of 1
problems with @during with hourly frequency
Posted: Fri May 22, 2020 10:20 am
by francisco
Hi,
When I want to create an indicative variable with @during("04/04/2020 01:00 04/06/2020 01:00") (for example) in Eviews11, it doesn't work.
Could you please help me?
Thanks
Francisco
Re: problems with @during with hourly frequency
Posted: Fri May 22, 2020 2:14 pm
by EViews Matt
Hello,
It appears that @during doesn't accept intraday date notation. For the time being, you can work around this by using an @after and @before clause instead, e.g.
Code: Select all
series ind = @after("04/04/2020 01:00") and @before("04/06/2020 02:00")
Re: problems with @during with hourly frequency
Posted: Fri May 22, 2020 2:31 pm
by francisco
ok. Do you have plans that in the future @during will also work with data in time frequency? ... with time data I have also tried to estimate models with breakls (Least Squares with Break Points) but it does not work ... it is also due to the @during command What doesn't work? ... What can I do to estimate a breakls model with data in hourly frequency?
Re: problems with @during with hourly frequency
Posted: Fri May 22, 2020 4:12 pm
by EViews Matt
There does seem to be an issue with BREAKLS in an intraday workfile. It doesn't appear to be related to @during, but I'm still investigating. I don't have a workaround for you, other than perhaps to use an undated workfile for the time being.
Re: problems with @during with hourly frequency
Posted: Fri May 22, 2020 4:23 pm
by francisco
Okay. Thank you.
Re: problems with @during with hourly frequency
Posted: Sun May 24, 2020 7:04 am
by EViews Glenn
We will look into this.
[Edit: in the process of testing a fix.]
Re: problems with @during with hourly frequency
Posted: Tue Jun 09, 2020 3:15 pm
by EViews Glenn
A fix has been posted.