Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression/hublassopath line 83: rhofun() not defined #6

Open
Mufabo opened this issue Nov 24, 2019 · 0 comments
Open

Regression/hublassopath line 83: rhofun() not defined #6

Mufabo opened this issue Nov 24, 2019 · 0 comments

Comments

@Mufabo
Copy link

Mufabo commented Nov 24, 2019

    if printitn > 0 
        r = (y - X*b0)/sig1;
        objnew = (sig1)*sum(-->rhofun(r,c)<--) + (beta/2)*n*sig1 + lambda*sum(abs(b0));
        fprintf('Iter %3d obj =  %10.5f crit = %10.5f crit2 = %10.5f\n', ... 
            iter,objnew,crit,crit2);
    end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant