Thank you, but i haven't a command capture option. Probably because i use EViews 8 and this option is a new feature. Do you have another suggestion?
Many thanks!
Search found 17 matches
- Mon Jun 26, 2017 2:48 am
- Forum: Programming
- Topic: creating a kernel density graph of a group
- Replies: 4
- Views: 5057
- Sun Jun 25, 2017 8:56 am
- Forum: Programming
- Topic: creating a kernel density graph of a group
- Replies: 4
- Views: 5057
creating a kernel density graph of a group
Hi, i have a group of series, say x, y and z. Via the eviews buttons, i make a "group" of x, y and z, and go to "View/Graph/Distribution/Kernel Density" and select "Single Graph". As result, i have the kernel densities of x, y and z in one graph. how can i create the sa...
- Mon Jun 12, 2017 6:23 pm
- Forum: Programming
- Topic: Error message: Forecast initialization required prior to estimation sample
- Replies: 0
- Views: 2760
Error message: Forecast initialization required prior to estimation sample
Hello, i have tried different approaches to my problem of recursively reestimated state space models. When i try the following: 1. estimation of state space model for the sample smpl 7/1/2009 9/22/2014+!h-1 2. then forecasting for the sample smpl 7/1/2009+!forecasthorizon 9/22/2014+!forecasthorizon+...
- Wed Jun 07, 2017 5:39 pm
- Forum: Programming
- Topic: out-of-sample forecasting with state space models and parameter re-estimation
- Replies: 2
- Views: 3293
Re: out-of-sample forecasting with state space models and parameter re-estimation
Hi Gareth, thank you so far. But to place this matrices outside the loop is not enough for the code to work. Let me explain more specific, i think the problem is here: smpl 9/22/2014+!forecasthorizon+!h-1 9/22/2014+!forecasthorizon+!h-1 ' sets the forecast horizon {%modelname}{!forecasthorizon}.fore...
- Tue Jun 06, 2017 6:11 pm
- Forum: Programming
- Topic: out-of-sample forecasting with state space models and parameter re-estimation
- Replies: 2
- Views: 3293
out-of-sample forecasting with state space models and parameter re-estimation
Hi, i have a question regarding the correct programming of those state space models, where i want to forecast with re-estimated parameters in a recursive forecasting scheme (because in some circumstances i cannot include the parameters in the state vector). First i set the estimation period (where !...
- Mon Jun 05, 2017 6:49 pm
- Forum: Programming
- Topic: how to store a single value from a series into a matrix?
- Replies: 1
- Views: 3026
how to store a single value from a series into a matrix?
Hello altogether, here is a excerpt of my code (from a state space model), which is inside a loop: smpl 9/22/2014+!forecasthorizon+!h-1 9/22/2014+!forecasthorizon+!h-1 ' sets the forecast horizon {%modelname}{!forecasthorizon}.forecast(m=n,n=!forecasthorizon) @state * @signal {%modelname}{!forecasth...
- Sat Feb 11, 2017 2:22 pm
- Forum: Programming
- Topic: illegal or reserved name
- Replies: 3
- Views: 4218
Re: illegal or reserved name
Thank you! But the problem further exists, independently of the assigned series name: is an illegal or reserved name in "do_solution.makesignals..." but the program doesn't write what is illegal... the program works, when i make the signal series within the loop for the state space object ...
- Sun Feb 05, 2017 4:45 pm
- Forum: Programming
- Topic: illegal or reserved name
- Replies: 3
- Views: 4218
illegal or reserved name
Hello altogether, the following code leads to "illegal or reserved name" regarding makesignals and makestates. Why? Hint: makesignals and makestates are on the bottom of the code Many thanks for your help wfcreate(wf=uoc, page=uoc) d(1,5) 7/1/2009 1/12/2016 !obstotal = @obssmpl ' counts th...
- Sat Oct 31, 2015 4:47 pm
- Forum: Programming
- Topic: Diagnostic checking for multivariate state space models
- Replies: 2
- Views: 3058
Re: Diagnostic checking for multivariate state space models
Because this is an important question for me:
Has eviews any support? Perhaps via mail? I don't have found anything.
Has eviews any support? Perhaps via mail? I don't have found anything.
- Fri Oct 30, 2015 7:27 pm
- Forum: Programming
- Topic: Diagnostic checking for multivariate state space models
- Replies: 2
- Views: 3058
Diagnostic checking for multivariate state space models
Hi, i'm using EViews Version 8. Is it possible, to conduct multivariate diagnostic checking for multivariate state space models in a similar fashion to vector autoregressions? In other words, can i use the multivariate portmanteau test or the multivariate jarque bera test after estimation of a multi...
- Sat Aug 15, 2015 4:08 pm
- Forum: Econometric Discussions
- Topic: quality of the bhhh-estimator in certain regions
- Replies: 0
- Views: 2018
quality of the bhhh-estimator in certain regions
Hello, how good is the bhhh-estimator (outer product of the gradient) of the hessian, when the starting value is located within a region of a turning point, where the log-likelihood-function switches from convex to concave (i assume the log-likelihood-function is not globally concave)? In univariate...
- Sun Jun 21, 2015 1:21 pm
- Forum: Programming
- Topic: state space model with arch errors
- Replies: 0
- Views: 1816
state space model with arch errors
Hello altogether, i want to program a state space model with arch errors. For that purpose, i need - for the error e - a error variance formula of the following form: Var(e)=E(e^2)=c(1)+c(2)*E(e^2(-1)) That implies, i need the residuals e^2(-1) of the day before in the estimation procedure. HOW CAN ...
- Sun May 17, 2015 12:35 pm
- Forum: Econometric Discussions
- Topic: Kalman filter: correct estimation of time-varying regression
- Replies: 0
- Views: 2017
Kalman filter: correct estimation of time-varying regression
Hello altogether, i want to estimate a time-varying parameter regression model via the kalman filter. Furthermore, i intend to drop the gaussian assumption about the error terms in the corresponding state space model. So, i derive the kalman filter via linear projection. This means, that the explana...
- Sun Mar 22, 2015 8:09 pm
- Forum: Estimation
- Topic: Unobserved components models with lagged dependent variable
- Replies: 1
- Views: 2429
Unobserved components models with lagged dependent variable
Hi everybody! I want to estimate a unobserved components model with explanatory variables. Thereby the explanatory variables include also a lagged dependent variable y(t-1) (the remaining terms are other lagged variables of order (t-1)). By means of the aforementioned model i want to calculate one-s...
- Sun Aug 31, 2014 1:13 pm
- Forum: Econometric Discussions
- Topic: Bayesian VARs in combination with the kalman filter
- Replies: 0
- Views: 2106
Bayesian VARs in combination with the kalman filter
Dear Sir or Madam, i have two questions concerning the above mentioned topic: 1. What is the easiest way to estimate a random coefficient bvar in the kalman filter setting? Perhaps the same question in other words: Can i use the bvar estimation framework in eviews within the kalman filter setup? 2. ...
