Search found 19 matches
- Thu Feb 20, 2025 7:12 am
- Forum: Programming
- Topic: Eviews COM AUTOMATION ( EXCEL VBA)
- Replies: 3
- Views: 39434
Re: Eviews COM AUTOMATION ( EXCEL VBA)
Is it possible to enhance my macro to achieve this? For example, by creating a new page in my workfile with monthly data and then using VBA to disaggregate the series, allowing for copying and pasting between the two pages?
- Thu Feb 20, 2025 4:39 am
- Forum: Programming
- Topic: Eviews COM AUTOMATION ( EXCEL VBA)
- Replies: 3
- Views: 39434
Eviews COM AUTOMATION ( EXCEL VBA)
Hi all, I’m working with a module in Excel VBA, and everything is running smoothly so far. However, I’ve encountered an issue when trying to implement Denton’s temporal disaggregation method. The code is not behaving as expected, and I’d appreciate your help in troubleshooting it. Here's the code I'...
- Tue Jan 14, 2025 1:08 am
- Forum: Econometric Discussions
- Topic: Endogenous and Exogenous variables
- Replies: 3
- Views: 38255
Re: Endogenous and Exogenous variables
Thank you for your clarification. Do you have any recommendations (alternative methods like IV) ?
- Mon Jan 13, 2025 4:21 am
- Forum: Econometric Discussions
- Topic: Endogenous and Exogenous variables
- Replies: 3
- Views: 38255
Endogenous and Exogenous variables
I have two OLS equations for the dependent variables X and Y. In the equation for X, Y is one of the explanatory variables, and in the equation for Y, X is one of the explanatory variables. Both equations pass the tests for heteroscedasticity and autocorrelation. Can I keep these two equations in my...
- Thu Dec 12, 2024 1:59 am
- Forum: Models
- Topic: Model solve
- Replies: 4
- Views: 71802
Re: Model solve
Thank you so much for your insight—it’s greatly appreciated! I've performed a deterministic solve: I found identical solutions for the equations shared between the original and augmented models. Furthermore, the differences are minimal and not significant, with the sole exception of one variable who...
- Mon Dec 09, 2024 8:53 am
- Forum: Models
- Topic: Model solve
- Replies: 4
- Views: 71802
Re: Model solve
I'm not authorized to send it, could this difference be due to the "Broyden" solver?
- Mon Dec 09, 2024 3:46 am
- Forum: Models
- Topic: Model solve
- Replies: 4
- Views: 71802
Model solve
Hello everyone, I have a base model consisting of 62 equations, which I solved using the *stochastic options* with a diagonal covariance matrix and scaled variances to match the equation-specified innovation standard deviations. The model works correctly in this configuration. Subsequently, I added ...
- Wed Dec 04, 2024 4:11 am
- Forum: Estimation
- Topic: Univariate Bayesian Estimation
- Replies: 6
- Views: 43950
Re: Univariate Bayesian Estimation
What I want is to obtain accurate estimates of the coefficients of my equation, which might be influenced by external phenomena.
- Wed Dec 04, 2024 2:56 am
- Forum: Estimation
- Topic: Univariate Bayesian Estimation
- Replies: 6
- Views: 43950
Re: Univariate Bayesian Estimation
For example, although EViews is not specifically designed for Bayesian models, is it possible to implement a "simplified version" of dynamic linear models using state-space structures and the Kalman filter? How?
- Tue Dec 03, 2024 4:22 am
- Forum: Estimation
- Topic: Univariate Bayesian Estimation
- Replies: 6
- Views: 43950
Re: Univariate Bayesian Estimation
That's okay. Alternatively, how can I manage different time windows? How can I identify them? For example, how can I handle COVID-19 shocks that might affect the estimation of coefficients in a model and the forecasting results?
- Tue Nov 26, 2024 2:40 am
- Forum: Estimation
- Topic: Univariate Bayesian Estimation
- Replies: 6
- Views: 43950
Univariate Bayesian Estimation
Dear all,
is it possible to implement a bayesian approach for a univariate estimation model? How?
is it possible to implement a bayesian approach for a univariate estimation model? How?
- Wed Nov 20, 2024 9:22 am
- Forum: Models
- Topic: Covariance sample
- Replies: 6
- Views: 47039
Re: Covariance sample
Really thanks!!
- Wed Nov 20, 2024 6:39 am
- Forum: Models
- Topic: Covariance sample
- Replies: 6
- Views: 47039
Re: Covariance sample
I would like to understand why it doesn't change after updating the solution sample in the code, particularly if I leave the covariance sample box blank (empty) in the model window.
- Wed Nov 20, 2024 1:24 am
- Forum: Models
- Topic: Covariance sample
- Replies: 6
- Views: 47039
Re: Covariance sample
Not exactly. In the "Model Solve" window of my workfile, the solution sample is set to 2012m12–2022m12, while the covariance sample is left unspecified (a black box). As a result, EViews automatically uses 1999m01 (the starting date) to 2012m11 as the covariance sample when I execute the s...
- Tue Nov 19, 2024 1:57 am
- Forum: Models
- Topic: Covariance sample
- Replies: 6
- Views: 47039
Covariance sample
Hi everyone, I have a model with 62 equations. My goal is to update the solution sample while keeping the covariance sample constant. There are two ways I can modify these samples: - Through the Model Solve Options. - By running a custom code. In the Model Solve Options, I set the solution sample to...
