octave-maintainers
[Top][All Lists]
Advanced

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

Re: Least Absolute Deviation solution of a linear system


From: James R. Van Zandt
Subject: Re: Least Absolute Deviation solution of a linear system
Date: Sun, 15 Feb 2009 14:52:35 -0500

Ben Abbott <address@hidden> wrote:
>On Jan 22, 2009, at 9:17 PM, James R. Van Zandt wrote:
>>
>> I propose the following function, which finds the "least abolute
>> deviation" solution - the one that minimizes the sum of the
>> absolute values of the deviations.

>I've been wondering if this approach might be applied to non-linear  
>problems as well.  Essentially, could it be applied to implement the  
>equivalent of the non-linear regression routine on Octave-Forge?

The concept of a "least absolute deviation" solution certainly applies
to non-linear problems too.  However, I don't know of any efficient
algorithm to find it.  Instead, one would have to use a
general-purpose optimization algorithm like Nelder-Mead or simulated
annealing.

       - Jim Van Zandt


reply via email to

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