Search found 20 matches
- Thu Sep 05, 2013 8:23 pm
- Forum: Data Manipulation
- Topic: Sharing violation problem
- Replies: 2
- Views: 6951
Re: Sharing violation problem
What is the exact error you are recieving? It sounds as though you may be getting a sharing violation on the database. Are you the only user accessing the database? Also please post the lines of code you are executing? It is possible, the options you are passing to the store command are the cause o...
- Mon Sep 02, 2013 3:39 am
- Forum: Data Manipulation
- Topic: Sharing violation problem
- Replies: 2
- Views: 6951
Sharing violation problem
Good day! I am encountering problem when trying to store the series imported from excel file to EViews database. Specifically, I have imported series through a 'read' program line and used 'store' command to save them in the database. After succesfully saving some amount of series the EViews just en...
- Fri Apr 05, 2013 1:34 am
- Forum: Econometric Discussions
- Topic: Non-normal distribution of errors
- Replies: 0
- Views: 1962
Non-normal distribution of errors
Could you please help me interpreting or maybe fixing the problem of non-normal distribution of prediction errors (measured by RMSE of out-of-sample forecast errors)?
Thanks!
Thanks!
- Wed Apr 03, 2013 5:36 am
- Forum: Econometric Discussions
- Topic: Interpretation of the coefficients
- Replies: 0
- Views: 2230
Interpretation of the coefficients
Good evening! I have a question regarding the interpretation of the coefficient. I have run a regression that has to explain monthly changes in food price index given information on oil and wheat prices. I tried to play with the regressors and at some moment have added both an AR(1) term and a depen...
- Mon Apr 01, 2013 3:00 am
- Forum: Data Manipulation
- Topic: how do I retireve last date in current sample
- Replies: 2
- Views: 3598
Re: how do I retireve last date in current sample
Thanks a lot! It really worked! :DSomething like:Code: Select all
=@otod(@dtoo(%sampstart)+!i)
- Fri Mar 29, 2013 4:13 am
- Forum: Data Manipulation
- Topic: how do I retireve last date in current sample
- Replies: 2
- Views: 3598
how do I retireve last date in current sample
Good day! I am trying to rub a back testing for the follwing equation: equation cpi.ls log(cpic000/cpic000(-12)) log(mb30(-16)/mb30(-28)) log(lbwnm0000(-9)/lbwnm0000(-21)) log(p_faofoodi(-3)/p_faofoodi(-15)) log(mb30(-6)/mb30(-18))*log(lbwnm0000(-3)/lbwnm0000(-15))*log(p_faofoodi(-3)/p_faofoodi(-15)...
- Wed Mar 13, 2013 5:45 am
- Forum: Programming
- Topic: writing several matrices to one file
- Replies: 1
- Views: 2442
writing several matrices to one file
Good day!
Is there any way I could write several matrices in one excel file?
Thanks!
Is there any way I could write several matrices in one excel file?
Thanks!
- Thu Jan 10, 2013 12:28 am
- Forum: Data Manipulation
- Topic: Updating series in the database
- Replies: 4
- Views: 4872
Re: Updating series in the database
It depends upon which options you use when doing the import and store. The code for import is just the following read(first data cell, s=sheet name,t if need to view series in rows) "path to the excel file" the number of series to read When I store the data I use the following: store(d=&q...
- Wed Jan 09, 2013 1:35 am
- Forum: Data Manipulation
- Topic: Updating series in the database
- Replies: 4
- Views: 4872
Updating series in the database
Hello to everyone! I have a code that imports time series data from Excel files and then stores them to the database. However, i have a question about how does EViews merge the data. If for example, when I have updated the data in Excel and by chance made a mistake in the historical part, will EView...
- Mon Dec 24, 2012 4:01 am
- Forum: General Information and Tips and Tricks
- Topic: Pie graphs
- Replies: 0
- Views: 2937
Pie graphs
Hello to everyone!
Is there any way to display value of series in the pie graphs as percentages? Or even just values in their original form?
Thank you!
Is there any way to display value of series in the pie graphs as percentages? Or even just values in their original form?
Thank you!
- Thu Dec 20, 2012 8:20 pm
- Forum: Programming
- Topic: Languages
- Replies: 0
- Views: 1916
Languages
Hello! Could anyone help with eviews options on languages? I would like to create graphs in russian language, and it could be done as I have found out. But when I choose a specific font (i need Verdana) it starts to show me strange characters. However, the same version of EVIews run on another compu...
- Fri Dec 07, 2012 1:46 am
- Forum: General Information and Tips and Tricks
- Topic: How to display legend in other languages?
- Replies: 0
- Views: 3052
How to display legend in other languages?
Good day!
I am trying to make graphs for series and I need them in two languages: english and russian. There is no problem with english view of the graphs. But how is it possible to make EViews to "know" the Russian?
Thank you in advance!
I am trying to make graphs for series and I need them in two languages: english and russian. There is no problem with english view of the graphs. But how is it possible to make EViews to "know" the Russian?
Thank you in advance!
- Wed Dec 05, 2012 3:31 am
- Forum: Suggestions and Requests
- Topic: Color picking model
- Replies: 13
- Views: 12236
Re: Color picking model
Good day to all! I wonder if there is any way to set up the default palette for eviews from which it will pick when generating colors. The thing is that I have to construct multiple graphs (really a lot) and writing the individual code for each graph's lines is time consuming. Thanks in advance! :)
- Wed Sep 19, 2012 11:27 pm
- Forum: Programming
- Topic: sampling
- Replies: 1
- Views: 2601
sampling
Hello! Is there any way to say EViews to perform the following task without changing the sample size manually hundred times. I have a set of forecasts up to 12 months ahead (for example, a forecast for September 2012 to August 2013). I need to divide each of them by the current value of an index (th...
- Mon Sep 17, 2012 8:07 pm
- Forum: Data Manipulation
- Topic: Histogram Data
- Replies: 8
- Views: 15027
Re: Histogram Data
Thanks a lot!Code: Select all
series.hist
