Page 1 of 1

Ridge Estimation

Posted: Wed Apr 10, 2024 9:05 am
by Cscottmcwall-ea
Hi

When estimating a ridge equation I was wondering what the L1 and L2 options for regressor transformation do

Thanks

Re: Ridge Estimation

Posted: Wed Apr 10, 2024 10:44 am
by EViews Glenn
They scale the regressors by the L1 and L2 norms of the data, respectively, prior to estimation. So the penalties on parameters will be on coefficients that are for scaled data. The coefficients are transformed back to original scale for reporting.

Hope that this answers your question.

Re: Ridge Estimation

Posted: Wed Apr 10, 2024 10:55 am
by EViews Gareth
Where L1 is the sum of the absolute values, and L2 is the square root of the sum of the squares.

Re: Ridge Estimation

Posted: Thu Apr 11, 2024 1:04 am
by Cscottmcwall-ea
yea that makes sense, thanks Gareth