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
 All Forums
 Origin Forum
 Origin Forum
 Curve Fitting

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
mwm25 Posted - 07/22/2009 : 9:50:35 PM
Hi,

I plotted some data points that form semi-circle. But the semi-circle is not complete, i need to extrapolate until it intersects with the X-axis. I tried Analysis - Mathematics - Interpolate/extrapolate function but it did not work. I also tried polynomial fitting but I did not get the curve extended to intersect with the X-axis.
Do you have an idea how to do it?
Thank you!!
7   L A T E S T    R E P L I E S    (Newest First)
jamesboy Posted - 03/04/2014 : 12:12:23 AM
Hi,
I want to fit many datum by origin 8 with one single circle to find the radius.
I have tried the method mentioned by snowli, but I got "Fit did not converge - reason unknown".

Could anyone help about this?

the data can be download here:
http://tinyw.in/XfVa

Thx a lot !!

james
snowli Posted - 03/30/2013 : 4:02:02 PM
Hello,

In Origin 8, choose Tools: Fitting Function Organizer.

Click New Function button and then edit the fields to define the semi-circle function.
E.g.
Function name: semicircle
Parameter names: y0, x0, r
Function Form: Origin C (keep the default setting)
Function:
y = y0 + (r^2 - (x-x0)^2)^0.5
Click the small icon to the right of Parameter Settings box to define initial values, etc. of the parameters. //Please make sure some initial value are given.

Click Save to save the function.

Then select the Y data or plot the data and open NLFit dialog.
On Settings tab, choose the Semicircle function to fit your data.


Thanks, Snow Li
OriginLab Corp.
chithrastar Posted - 03/30/2013 : 03:21:42 AM
Hi,
In order to fit semi circle, which option in origin8 I have to choose for inserting the semicircle function given here. Please help me.
chithra
larry_lan Posted - 07/27/2009 : 9:30:59 PM
Hi:

Could you please start this question in a new thread? And are you sure the equation is correct?

N(t) = t - pi^2/6 - 2* (sumatory (between infinity and n=1) of (1-)^n/n^2) * exp(-n^2*t)

You'd better upload an image for the equation.

Thanks
Larry
OriginLab Technical Services
Birdman Posted - 07/27/2009 : 6:46:01 PM
Hello, Can somebody help me with this?
I am traing to graph the following equation in a origin plot
N(t) = t - pi^2/6 - 2* (sumatory (between infinity and n=1) of (1-)^n/n^2) * exp(-n^2*t), How can put the equation to obtain the plot?

thanks in advance
easwar Posted - 07/24/2009 : 12:06:42 PM
Hi,

We received your files and will send you an answer. To update others who may be interested a fitting can be done to such data by defining a semi-circle fitting function such as below:

y = y0 + (r^2 - (x-x0)^2)^0.5


And then if the spike points are masked and x0, y0, r initialized properly, the function will fit the data well. The semicircle can be extended to the right by setting custom x values for fit curve in the NLFit dialog, or by extending the X axis and asking the fit curve to span the full axis.

Easwar
OriginLab


VincentLiu Posted - 07/23/2009 : 05:31:03 AM
Hi mwm25,

Do you mean you just want to fit part of the data (the data in the semi-circle which bounded by the red rectangle in the following image)?



And want the left part of the interpolated curve to intercept with x axis? If this is not the problem, please give us more details about it. And please also send the data through

http://www.originlab.com/www/company/qform.aspx?s=1&

Best regards,
Vincent
OriginLab Tech Services

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000