Why is lasso() not consistent with the answer of the normal equation?

1 回表示 (過去 30 日間)
SC
SC 2019 年 2 月 9 日
編集済み: SC 2019 年 2 月 9 日
Hi,
I have below. Why is B1 different to B2?
X=[1;1]
y=[2;2]
B1=inv(X'*X)*X'*y
B2=lasso(X,y,'lambda',0)
Thanks!

回答 (0 件)

カテゴリ

Help Center および File ExchangeLinear Regression についてさらに検索

製品


リリース

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by