Re: Nonlinear Least-Squares curve-fitting
- From: Scott Seidman <namdiesttocs@xxxxxxxxxxxxxx>
- Date: 22 Sep 2006 19:14:03 GMT
cafeinst@xxxxxxx wrote in news:1158947866.574595.138520
@h48g2000cwc.googlegroups.com:
This technique was suggested to me in 1992 when I was having trouble
getting my computer program to give a nonlinear least-squares fit to a
certain complicated function. And it worked amazingly. I'd like to know
if anyone has heard of this?
Craig
Never heard of this, but I would think that whether it would work nicely or
not would depend upon how well-behaved the function and the data are--
sometimes it might work nicely, and sometimes not-so-nicely.
Regardless of the method you use to generate your initial guess, best
practice is to start from a variety of locations in n-space, and see which
initial guess gives you the smallest least squares error. You usually
don't want to depend on just one initial guess to give you the "right"
answer, even if you have a nifty algorithm like the one you described.
Choosing that handful of starting points can be something of an art, too.
There are some algorithms that actually provide the estimator with enough
"energy" to jump out of local minima. You see this type of thing often
with neural nets, where there can be a hundreds of (essentially
meaningless) weights to estimate, and there are local minima all over the
place.
--
Scott
Reverse name to reply
.
- Follow-Ups:
- Re: Nonlinear Least-Squares curve-fitting
- From: cafeinst
- Re: Nonlinear Least-Squares curve-fitting
- References:
- Nonlinear Least-Squares curve-fitting
- From: cafeinst
- Nonlinear Least-Squares curve-fitting
- Prev by Date: Re: Another data analysis problem
- Next by Date: Re: Nonlinear Least-Squares curve-fitting
- Previous by thread: Re: Nonlinear Least-Squares curve-fitting
- Next by thread: Re: Nonlinear Least-Squares curve-fitting
- Index(es):