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
 Fitting doesn't calculate standard errors

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
Ferdish Posted - 03/14/2017 : 11:41:26 AM
Origin Ver. and Service Release (Select Help-->About Origin): 8.5.1 SR2
Operating System: Windows 7 Professional x-64

Hello there!

I have a bunch data which I need to fit with an user-defined fitting function I've made in Function Builder.

When fitting my data using my defined function, sometimes the program doesn't calculate the standard errors for fitting parameters. There are just two dashes across the whole Errors column on Parameters tab, despite that after several iterations the program announces the fit has converged, with Chi-Sqrr tolerance value of 1E-9.
Reduced Chi-Sqr usually varies around the order of 10^-7 and Adjacent R-square about 0.98 or higher in case of my data.

What does it mean? Are those standard errors too high (thousands of percent of the original value) or are they totally off the scale or what?
1   L A T E S T    R E P L I E S    (Newest First)
yuki_wu Posted - 03/15/2017 : 04:04:56 AM
Hi,

I supposed that this issue is caused by overflowing the limits of the buffer in the process of calculation. Perhaps you can redefine your fitting function, for example:

Your original fitting function is: y = Ax.

When A is a large value and it may tend to cause overflow, so you can rewrite your function as: y = x / B, in which B = 1/A.

If you still have this issue after you redefine your fitting function, please send your data and FDF file to us via tech@originlab.com, so that we can further check what went wrong.

Regards,
Yuki
OriginLab

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