Adaptive Lasso in Matlab

3 views (last 30 days)
Esben
Esben on 13 Sep 2013
I am doing a project on methods for variable selection, and I want to apply the Adaptive Lasso by Zou (2006) on some data using Matlab. As initial weights I want to use the coefficient estimates from a Ridge regression. I suppose that it would be possible to use the "ridge" function and the "lasso" function in the Statistics Toolbox to perform these calculations, but I little uncertain on how exactly to do this. The data that I use is not scaled to have mean zero and unit variance, so this also has to be taken care of. Any suggestions on how to implement the stuff explained above?
Many thanks in advance!
Esben

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!