Search found 26 matches
- Thu Mar 13, 2025 1:44 am
- Forum: Estimation
- Topic: Elastic Net Min-Max Normalization
- Replies: 4
- Views: 41490
Re: Elastic Net Min-Max Normalization
Yes, that worked, thanks!
- Thu Mar 06, 2025 7:44 pm
- Forum: Estimation
- Topic: Elastic Net Min-Max Normalization
- Replies: 4
- Views: 41490
Re: Elastic Net Min-Max Normalization
I can't as these data are not public. But I can replicate the issue with public data. See attachment. This file contains US CPI inflation, unemployment rate, and non-farm payrolls (an % chg). Running the Elastic Net using the built-in Min-Max regularization (equation eq_auto_transform in the datafil...
- Sat Mar 01, 2025 6:33 pm
- Forum: Estimation
- Topic: Elastic Net Min-Max Normalization
- Replies: 4
- Views: 41490
Elastic Net Min-Max Normalization
I am trying to understand EViews 12 ENet Min-Max regularization. When I estimate using the built-in Min-Max option I get the following results: Method: Elastic Net Regularization Sample: 1998Q2 2022Q4 Included observations: 96 Penalty type: Elastic Net (alpha = 0.5) Regressor transformation: Min-Max...
- Mon Dec 26, 2011 12:11 pm
- Forum: Estimation
- Topic: SSpace spec order matters?
- Replies: 1
- Views: 4787
SSpace spec order matters?
Dear friends, I am doing some experiments with Eviews SSpace object for estimation of trend/cycle of GDP, and I recently observed something at least intriguing for me: the order at which you specify @state equations do matter for the result of the ML estimation on this object! I will paste in what f...
- Thu Sep 15, 2011 3:12 am
- Forum: Program Repository
- Topic: Analysis of variance for regressions (ANOVA)
- Replies: 2
- Views: 20832
- Sun Aug 28, 2011 12:16 pm
- Forum: Estimation
- Topic: Where does the HP-filter estimates come from?
- Replies: 3
- Views: 8094
Re: Where does the HP-filter estimates come from?
Thanks trubador, but still not matching exactly.
- Wed Aug 24, 2011 7:39 am
- Forum: Estimation
- Topic: Where does the HP-filter estimates come from?
- Replies: 3
- Views: 8094
Where does the HP-filter estimates come from?
Dear all, I was trying to replicate the results obtained from the Eviews built-in Hodrick-Prescott filter, but I am a bit puzzled with some very small discrepancies. I tried the matrix solution as in http://forums.eviews.com/viewtopic.php?f=3&t=3877&hilit=hodrick+prescott , but the results a...
- Sun May 22, 2011 2:43 am
- Forum: Program Repository
- Topic: Random draws from multivariate normal distribution
- Replies: 9
- Views: 98459
Re: Random draws from multivariate normal distribution
Can you please send us your covariance matrix and the number of observations? Notice that things are not supposed to match exactly (as they are random), but asymptoticaly they tend to be equal. Thus the number of observations in your sample may affect how these matrices "match". One way to...
- Mon Aug 02, 2010 4:11 pm
- Forum: Program Repository
- Topic: Random draws from multivariate normal distribution
- Replies: 9
- Views: 98459
Random draws from multivariate normal distribution
Dear all, It follows a code that I have developed during some other works. It generates !size series randomly distributed according to a multivariate normal with the covariance matrix also generated randomly. This may be changed to generate according to the desired covariance matrix. Just make sure ...
- Wed Jun 09, 2010 7:07 am
- Forum: Programming
- Topic: Referencing objects in pages other than the currently active
- Replies: 1
- Views: 3798
Referencing objects in pages other than the currently active
Hello there, I would like to know how could I acess an object from a page other than the one currently active. I would like to do it without needing to change the active page using pageselect. I hope there is a way for doing so because it seems to me that this changes of pages are very performance c...
- Wed Oct 07, 2009 11:16 am
- Forum: Program Repository
- Topic: Proxy-variable search procedure
- Replies: 1
- Views: 12274
Re: Proxy-variable search procedure
A note related to this procedure was published at:
http://www.accessecon.com/Pubs/EB/2009/ ... -I4-P6.pdf
http://www.accessecon.com/Pubs/EB/2009/ ... -I4-P6.pdf
- Wed Sep 16, 2009 6:01 pm
- Forum: Program Repository
- Topic: Panel unit root test with bootstrapping
- Replies: 0
- Views: 6605
Panel unit root test with bootstrapping
# Description: this program implements the estimation and test of panel unit roots using the methodology proposed by Maddala and Wu (1999). It differs from the available procedure in the software by offering estimates of significance levels obtained from a bootstrap procedure. # Data type: panel. Th...
- Wed Sep 16, 2009 6:00 pm
- Forum: Program Repository
- Topic: Proxy-variable search procedure
- Replies: 1
- Views: 12274
Proxy-variable search procedure
# Description: this program runs a proxy-variable search procedure between those variables pre-specified by the researcher as possible proxies for the focused theoretical variables. To do this it runs a sensitivity analysis, adapted from Sala-i-Martin (1997) that calculates confidence probabilities ...
- Wed Sep 16, 2009 5:58 pm
- Forum: Program Repository
- Topic: Power laws estimation
- Replies: 0
- Views: 6099
Power laws estimation
# Description: this program estimates a power law for financial returns time series. See Gabaix (2008) section 6.
# Data type: times series.
The code is available at:
http://sites.google.com/site/jkgeconoen ... ical-works
# Data type: times series.
The code is available at:
http://sites.google.com/site/jkgeconoen ... ical-works
- Wed Sep 16, 2009 5:57 pm
- Forum: Program Repository
- Topic: Analysis of variance for regressions (ANOVA)
- Replies: 2
- Views: 20832
Analysis of variance for regressions (ANOVA)
# Description: this program decomposes an estimated regression variance into its explained and unexplained components, where the former is decomposed by explanatory variable.
# Data type: cross-section and panel.
The code is available at:
http://sites.google.com/site/jkgeconoen ... ical-works
# Data type: cross-section and panel.
The code is available at:
http://sites.google.com/site/jkgeconoen ... ical-works
