MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Orthogonal Distance Regression available?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg109884] Re: Orthogonal Distance Regression available?
  • From: Joerg Roesgen <biophys.hershey at me.com>
  • Date: Fri, 21 May 2010 06:45:01 -0400 (EDT)

Thanks, but if I understand this demonstration correctly, it is about a linear problem. I am particularly interested in non-linear problems.

Joerg 


On May 20, 2010, at 2:21 PM, Tomas Garza wrote:

> I don't know what you mean by "straightforward", but perhaps you'd care to look at a demonstration I submitted some time ago to the Wolfram Demonstrations Project:
>  
> http://demonstrations.wolfram.com/OrdinaryRegressionAndOrthogonalRegressionInThePlane/
>  
> Tomas 
>  
> > Date: Wed, 19 May 2010 20:13:14 -0400
> > From: biophys.hershey at me.com
> > Subject: [mg109839] Orthogonal Distance Regression available?
> > To: mathgroup at smc.vnet.net
> > 
> > Is there any straightforward way to do Orthogonal Distance Regression (ODR) in Mathematica? If not, this would be a nice feature to have in Mathematica.
> > 
> > Background:
> > 
> > Regular nonlinear least square fitting minimizes in one dimension the distance between the data and some function. ODR does it in all dimensions simultaneously. This is desirable e.g. when the data have errors in more than one dimension, or if parametric equations are used. The basic approach is similar to nonlinear least squares, only that one additional step is done in each iteration on top of minimizing the distance between the function and the data. Each data point has a corresponding point on the fit function, and the distance between these two points is minimized by moving the corresponding point along the function. So, if nn is the number of fitting parameters in nonlinear least squares, and nd is the number of data points, then ODR has nn+nd fitting parameters if we are in 2D.
> > 
> > Thanks,
> > Joerg
> > 


  • Prev by Date: Re: Numerical solution of differential equation with boundary
  • Next by Date: Re: Remove points from InterpolatingFunction
  • Previous by thread: Re: Orthogonal Distance Regression available?
  • Next by thread: Re: Equals, Less, Greater, etc; Confused by this simple