New Reply

Good curve-fitting routine

 
Share Thread Thread Tools
Dec31-12, 09:06 AM   #1
 

Good curve-fitting routine


I am looking for a reliable curve fitting routine (preferrably in C or C++). Currently I use Levenberg-Marquardt routine from numerical recipes but it fails frequently. Your adivce will be appreciated.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
Dec31-12, 11:22 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
your choice of fitting parameters in the Levenberg-Marquardt routine needs to be changed, usually that is one of the most robust methodologies out there.
 
Dec31-12, 12:34 PM   #3
 
Recognitions:
Gold Membership Gold Member
Use a genetic algorithm method to find the optimal Levenberg parameters?
 
Jan1-13, 03:58 PM   #4
 

Good curve-fitting routine


Thank you Dr Transport and Pythagorean for you reply.

"your choice of fitting parameters in the Levenberg-Marquardt routine needs to be changed"
I do this but some data are very difficult to fit even with this.

"Use a genetic algorithm method to find the optimal Levenberg parameters?"
Unfortunately I have no expertise in genetic algorithms. I wish I know how to use these algorithms as they are very useful. Do you recommend any code or package that can do this with little experience?
 
Jan1-13, 04:00 PM   #5
 
Thank you Dr Transport for you reply.

"your choice of fitting parameters in the Levenberg-Marquardt routine needs to be changed"
I do this but some data are very difficult to fit even with this.
 
Jan1-13, 04:01 PM   #6
 
Thank you Pythagorean for you reply.

"Use a genetic algorithm method to find the optimal Levenberg parameters?"
Unfortunately I have no expertise in genetic algorithms. I wish I know how to use these algorithms as they are very useful. Do you recommend any code or package that can do this with little experience?
 
New Reply
Thread Tools


Similar Threads for: Good curve-fitting routine
Thread Forum Replies
Curve fitting and Plane fitting Calculus 2
Curve fitting General Math 0
Curve-fitting y=x^p+C General Math 23
Curve-to-curve fitting trouble! Programming & Comp Sci 5
Good books for curve fitting Science Textbook Discussion 0