The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Iterative algorithm
 New Topic  Reply to Topic
 Printer Friendly
Author  Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

66de250

China
31 Posts

Posted - 05/02/2025 :  08:10:53 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
When fitting the exponential function, I found that the fitting degree was better when the iterative algorithm selected Orthogonal Distance Regression (pro) in the fitting window (as shown in the figure). However, after consulting the X-Function help documentation, no instructions on how to select the iterative algorithm through script commands were found (the fitting functions in the nlbeginor and nlbegino commands can only be selected from implicit functions). At present, my script is:
nlbegin iy:=([Table]Data! 1, [Table]Data! 2) func:=ExpDecay2 nltree:=tr;
nlfit 100000;
nlend 1 0;
May I ask how I should select the iterative algorithm through script commands?
   Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000