Does "lasso" compute the naïve elastic net estimates?
조회 수: 7 (최근 30일)
이전 댓글 표시
Does the lasso-function in the Statistical Toolbox compute the naïve elastic net estimates or the elastic net estimates? The objective function presented at "http://www.mathworks.se/help/stats/lasso.html" is not quit the same as the one presented by Zou and Hastie (2005) in the article on the Elastic Net. But maybe these representations may be shown to be equivalent?
Tanks a lot!
Best,
Esben
댓글 수: 2
Steve
2013년 9월 16일
The lasso and lassoglm functions in the Statistics Toolbox implement a slightly different but equivalent formulation, as given in the following reference, as cited in the comments immediately following the help text in both functions.
[3] Friedman, J., R. Tibshirani, and T. Hastie. (2010) Regularization paths for generalized linear models via coordinate descent. Journal of Statistical Software, Vol 33, No. 1, http://www.jstatsoft.org/v33/i01.
the cyclist
2013년 9월 17일
@Steve, why not make this an answer, rather than a comment, so that it could potentially be accepted as solving the question.
채택된 답변
Steve
2013년 9월 17일
The lasso and lassoglm functions in the Statistics Toolbox implement a slightly different but equivalent formulation, as given in the following reference, which is cited in the comments immediately following the help text in both functions.
[3] Friedman, J., R. Tibshirani, and T. Hastie. (2010) Regularization paths for generalized linear models via coordinate descent. Journal of Statistical Software, Vol 33, No. 1, http://www.jstatsoft.org/v33/i01.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Analysis of Variance and Covariance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!