When I estimate using the built-in Min-Max option I get the following results:
Code: Select all
Method: Elastic Net Regularization
Sample: 1998Q2 2022Q4
Included observations: 96
Penalty type: Elastic Net (alpha = 0.5)
Regressor transformation: Min-Max
---------------------------------------------------
Lambda 0.1
---------------------------------------------------
Variable Coefficient
---------------------------------------------------
C -1.739382
SG101 0.149029
SG102 1.108223
---------------------------------------------------
d.f. 2
L1 Norm 2.996634
R-squared 0.287458
---------------------------------------------------Code: Select all
Method: Elastic Net Regularization
Sample: 1998Q2 2022Q4
Included observations: 96
Penalty type: Elastic Net (alpha = 0.5)
Regressor transformation: None
---------------------------------------------------
Lambda 0.1
---------------------------------------------------
Variable Coefficient
---------------------------------------------------
C 1.654839
(SG101-@MIN(SG101,"1998q2 2022q4"))/(@MAX(SG101,"1998q2 2022q4")-@MIN(SG101,"1998q2 2022q4")) 1.060768
(SG102-@MIN(SG102,"1998q2 2022q4"))/(@MAX(SG102,"1998q2 2022q4")-@MIN(SG102,"1998q2 2022q4")) 1.820301
---------------------------------------------------
d.f. 2
L1 Norm 4.535908
R-squared 0.177011
---------------------------------------------------I also tried pre-normalizing the dependent variable, and the discrepancies remain. Again, pre-normalizing the dependent variable shouldn't have any impact anyway.
So, how exactly is EViews 12 applying the Min-Max transformation?
