[SciPy-User] Least median of squares for regression in scipy?

Christian Prinoth christian at prinoth.name
Tue Aug 24 12:03:05 EDT 2010


if I am not wrong you are looking for quantile regression, which has least
absolute deviation as a special case equivalent to median regression. There
is some matlab code on Roger Koenker's site to do this, and it should be
very easy to translate to python.

On Tue, Aug 24, 2010 at 16:51, Skipper Seabold <jsseabold at gmail.com> wrote:

> On Tue, Aug 24, 2010 at 10:16 AM,  <josef.pktd at gmail.com> wrote:
> > On Tue, Aug 24, 2010 at 10:06 AM, Jorge Scandaliaris
> > <jorgesmbox-ml at yahoo.es> wrote:
> >>  <josef.pktd <at> gmail.com> writes:
> >>
> >>>
> >>> scikits.statsmodels has robust linear model estimators,  rlm
> >>>
> >>> Josef
> >>
> >> Thanks, I'll check it out
> >
> >
> > The wikipedia link for Huber loss function, and
> > http://statsmodels.sourceforge.net/rlm.html might get you started.
> >
>
> This, with your other link should get you moving.  We have as of now
> only M-estimators with several weighting norms
> (http://statsmodels.sourceforge.net/rlm_techn1.html) and scale
> estimators that are proposed in your reference.  The framework is
> there for extension using iteratively reweighted least squares, if you
> need to go down this route.  Let me know if any of the documentation
> or code is not clear.
>
> > It should be possible to try out different options to see which
> > version can handle your outliers.
> >
> >
> > (I'm a bit busy and don't know rlm so well, but if you have any
> > questions, I could look at them tonight, or maybe Skipper is
> > available. Skipper worked on RLM.)
> >
> > Josef
> >
> >>
> >>
> >> Jorge
> >>
> >> _______________________________________________
> >> SciPy-User mailing list
> >> SciPy-User at scipy.org
> >> http://mail.scipy.org/mailman/listinfo/scipy-user
> >>
> > _______________________________________________
> > SciPy-User mailing list
> > SciPy-User at scipy.org
> > http://mail.scipy.org/mailman/listinfo/scipy-user
> >
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20100824/5988475e/attachment.html>


More information about the SciPy-User mailing list