Thank you for checking!
It was our mistake: we computed the addfactors from 2021q1 but simulated our dynamic model from 2020q1 so the 2020 errors cumulated into divergences of the solutions from the data.
Sorry for wasting your time, and thank you again!
Search found 30 matches
- Wed Feb 26, 2025 5:50 am
- Forum: Models
- Topic: changes to addfactors?
- Replies: 2
- Views: 94324
- Tue Feb 25, 2025 10:33 am
- Forum: Models
- Topic: changes to addfactors?
- Replies: 2
- Views: 94324
changes to addfactors?
I have been using the code
to have solutions perfectly aligned to the data.
It is now no longer working, I have a discrepancy between model solution and the data.
Has there been any change in Eviews model procedure?
Thank you
Code: Select all
mymodel.addassign(v) @stochastic
mymodel.addinit(v=n) @stochastic
It is now no longer working, I have a discrepancy between model solution and the data.
Has there been any change in Eviews model procedure?
Thank you
- Tue Dec 10, 2024 3:37 am
- Forum: Installation and Registration
- Topic: EViews32Com.exe Entry Point Not Found in seats.dll
- Replies: 9
- Views: 90455
Re: EViews32Com.exe Entry Point Not Found in seats.dll
Thank you Steve. I am sorry I have not looked at this reply for some time!
I have followed your suggestion, but TRAMO/SEATS is not working in my Eviews14 installation.
I get the error message "C:...\appdata\ev_temp\TRAMO\seats.itr not found on disk"
Everything else seems to be working
I have followed your suggestion, but TRAMO/SEATS is not working in my Eviews14 installation.
I get the error message "C:...\appdata\ev_temp\TRAMO\seats.itr not found on disk"
Everything else seems to be working
- Wed Nov 06, 2024 9:34 am
- Forum: Installation and Registration
- Topic: EViews32Com.exe Entry Point Not Found in seats.dll
- Replies: 9
- Views: 90455
Re: EViews32Com.exe Entry Point Not Found in seats.dll
The error message during installation is
Thank youEviews32Com.exe - Entry Point Not Found
The procedure entry point _TAKEDETTRAMO@44 could not be located in the dynamic link library c:\program files\Eviews 10\seats.dll.
- Wed Nov 06, 2024 8:59 am
- Forum: Installation and Registration
- Topic: EViews32Com.exe Entry Point Not Found in seats.dll
- Replies: 9
- Views: 90455
Re: EViews32Com.exe Entry Point Not Found in seats.dll
I have the same error message on a clean installation of Eviews 14.
How can I activate Tramo-seats?
Thank you
How can I activate Tramo-seats?
Thank you
- Sat Sep 28, 2024 10:38 am
- Forum: Bug Reports
- Topic: problem using @otod
- Replies: 2
- Views: 38167
Re: problem using @otod
thank you for such a quick reply!
Maybe it is good to update the manual that suggests the wrong code...
Maybe it is good to update the manual that suggests the wrong code...
- Sat Sep 28, 2024 7:02 am
- Forum: Bug Reports
- Topic: problem using @otod
- Replies: 2
- Views: 38167
problem using @otod
I need to replicate the example on p.159 of the Command and Programming Reference manual for Eviews 13. I want to create a table extracting values from a quarterly time series. If I write show @elem(gdp, @otod(2)) I get the error message "Illegal date @otod(2)" If I write %date=@otod(2) sh...
- Fri Dec 08, 2023 8:38 am
- Forum: Bug Reports
- Topic: table.save as xlsx file not working in directories which names contain spaces
- Replies: 5
- Views: 56348
Re: table.save as xlsx file not working in directories which names contain spaces
I have the same problem with Eviews 13 build Nov 28 2003.
When trying to save a table as an xlsx file in a folder which has spaces in the name, I get the error "File IO failed for file..."
If I save it as a CSV file I have no problems
When trying to save a table as an xlsx file in a folder which has spaces in the name, I get the error "File IO failed for file..."
If I save it as a CSV file I have no problems
- Wed May 03, 2023 3:00 am
- Forum: Bug Reports
- Topic: crash in vecm
- Replies: 1
- Views: 14408
crash in vecm
I am using the May 1 build of Eviews 13.
Estimating a VECM with 4 variables and 4 lags Eviews crashes when I choose the Lag Exclusion Test from the menu. I attach a workfile
Estimating a VECM with 4 variables and 4 lags Eviews crashes when I choose the Lag Exclusion Test from the menu. I attach a workfile
- Fri Feb 10, 2023 2:47 am
- Forum: Bug Reports
- Topic: Conflict with Grammarly
- Replies: 0
- Views: 136074
Conflict with Grammarly
I have recently installed the Grammarly app for Windows (www.grammarly.com). Although I have disabled this app to work with Eviews, Eviews will freeze if the app is running in the background. I stop having problems if I quit the Grammarly app. Don't know if this should be fixed by Eviews or Grammarl...
- Sat Sep 17, 2022 8:38 am
- Forum: Bug Reports
- Topic: Eviews 13 crash
- Replies: 7
- Views: 8718
Eviews 13 crash
I have the Sep 14 build of Eviews 13. When selecting Edit/Replace Eviews crashes
- Tue Jul 12, 2022 10:26 am
- Forum: Programming
- Topic: code for SVAR
- Replies: 5
- Views: 9729
Re: code for SVAR
Thank you! I should have noticed...
- Fri Jul 01, 2022 6:37 am
- Forum: Bug Reports
- Topic: eviews 12 crashes on view selected graphs
- Replies: 1
- Views: 4525
eviews 12 crashes on view selected graphs
If you estimate a VAR, and visualize impulse responses, right-clicking on a chart allows you to select "View selected graph(s)". Clicking will show the chart. Pressing the right-arrow key should move to the next chart, but instead Eviews crashes. It happens always. This code, kindly produc...
- Fri Jul 01, 2022 4:18 am
- Forum: Programming
- Topic: code for SVAR
- Replies: 5
- Views: 9729
Re: code for SVAR
One last question: Is there a way to get a matrix of the standard errors of the responses, to reproduce the charts with the confidence intervals?
Thank you
Thank you
- Fri Jul 01, 2022 3:22 am
- Forum: Programming
- Topic: code for SVAR
- Replies: 5
- Views: 9729
Re: code for SVAR
Thank you, you have been very clear, and the code works on my data!
