help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] logistic regression support


From: Martin Jansche
Subject: Re: [Help-gsl] logistic regression support
Date: Wed, 14 Apr 2010 13:57:43 -0400

On Tue, Apr 13, 2010 at 11:08, David Shin <address@hidden> wrote:
> Does GSL provide support for training logistic regression models?

Not directly, but it's easy to code up direct (regularized) maximum
likelihood estimation or Bayesian simulation from basic components in
GSL, including vectors, L-BFGS minimizer, etc.  You can also use the
linear algebra routines for iteratively reweighted least squares.

-- mj

> Thanks,
> David
>
> ________________________________
> Note: This email is for the confidential use of the named addressee(s) only 
> and may contain proprietary, confidential or privileged information. If you 
> are not the intended recipient, you are hereby notified that any review, 
> dissemination or copying of this email is strictly prohibited, and to please 
> notify the sender immediately and destroy this email and any attachments. 
> Email transmission cannot be guaranteed to be secure or error-free. Jump 
> Trading, therefore, does not make any guarantees as to the completeness or 
> accuracy of this email or any attachments. This email is for informational 
> purposes only and does not constitute a recommendation, offer, request or 
> solicitation of any kind to buy, sell, subscribe, redeem or perform any type 
> of transaction of a financial product.
> _______________________________________________
> Help-gsl mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-gsl
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]