Rank: 1578 based on 38 downloads (last 30 days) and 3 files submitted
photo

Mathias Anton

E-mail
Company/University
Physikalisch-Technische Bundesanstalt

Personal Profile:

Physicist

Professional Interests:
Metrologogy, Dosimetry

 

Watch this Author's files

 

Files Posted by Mathias View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
07 Feb 2011 determine surface area and uncertainty from points in a plane calculates the surface area and its uncertainty from coord's x,y and their uncertainties ux, uy Author: Mathias Anton mathematics, measurement, surface area, contour, plane, uncertainty 3 0
26 Jan 2011 weighted total least squares for mutually correlated coordinates Weighted total least squares line fit taking correlations between x and y pairs into account. Author: Mathias Anton mathematics, total least squares, interpolation, statistics, correlation 10 0
13 Nov 2007 weighted total least squares straight line fit Calculates the parameters (and their uncertainties) to data with uncertainties in both coordinates Author: Mathias Anton approximation, interpolation, total least squares, weighted, uncertainty matrix, mathematics 25 5
  • 4.5
4.5 | 2 ratings
Comments and Ratings on Mathias' Files View all
Updated File Comment by Comments Rating
09 Feb 2012 weighted total least squares straight line fit Calculates the parameters (and their uncertainties) to data with uncertainties in both coordinates Author: Mathias Anton Matusevich, Ariel

Dear Mathias,

There might be a little bug in your function.
Consider the following example:

x=0:50;
y=2*x;
uxin=0.001*x;
uyin=0.002*y;
[a,b,alpha,p,chiopt,Cab,Calphap]=wtls_line(x,y,uxin,uyin)

In this case, the program fails, a=0.9064 and b=NaN.

However, if you remove the first data pair (0,0):

x=1:50;
y=2*x;
uxin=0.001*x;
uyin=0.002*y;
[a,b,alpha,p,chiopt,Cab,Calphap]=wtlsc_line(x,y,uxin,uyin)

The program works perfectly well:
a=2.0000 and b=6.6781e-007.

The same problem occurs with the latest version of the algorithm (wtlsc_line).

Congratulations for your excellent work!

Kind regards,

Ariel

04 Dec 2010 weighted total least squares straight line fit Calculates the parameters (and their uncertainties) to data with uncertainties in both coordinates Author: Mathias Anton Radvar-Esfahlan, Hassan

Hi,
I am wondering what is the uncertainties of a and b in fonction of uncertainties in xin and yin?
Thanks,

04 Dec 2010 weighted total least squares straight line fit Calculates the parameters (and their uncertainties) to data with uncertainties in both coordinates Author: Mathias Anton Radvar-Esfahlan, Hassan

Hi,
I am wondering what is the uncertainties of a and b in fonction of uncertainties in xin and yin?
Thanks,

12 Nov 2009 weighted total least squares straight line fit Calculates the parameters (and their uncertainties) to data with uncertainties in both coordinates Author: Mathias Anton Baker, Adam
13 Nov 2007 weighted total least squares straight line fit Calculates the parameters (and their uncertainties) to data with uncertainties in both coordinates Author: Mathias Anton Anton, Mathias

Hi,

xin is the input (abscissa)
uxin is the standard (measurement) uncertainty of the x input. yin is the input of the ordinate and uyin the associated standard measurement uncertainty. The input vector uxin should have the same size as xin, i.e. for every x there should be an associated uncertainty value. The same holds for yin and uyin. Of course, the algorithm will yield the same result as an OLS algorithm if no uncertainties in x are present (uxin=zeros(size(xin)).

Top Tags Applied by Mathias
mathematics, interpolation, total least squares, approximation, contour
Files Tagged by Mathias View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
07 Feb 2011 determine surface area and uncertainty from points in a plane calculates the surface area and its uncertainty from coord's x,y and their uncertainties ux, uy Author: Mathias Anton mathematics, measurement, surface area, contour, plane, uncertainty 3 0
26 Jan 2011 weighted total least squares for mutually correlated coordinates Weighted total least squares line fit taking correlations between x and y pairs into account. Author: Mathias Anton mathematics, total least squares, interpolation, statistics, correlation 10 0
13 Nov 2007 weighted total least squares straight line fit Calculates the parameters (and their uncertainties) to data with uncertainties in both coordinates Author: Mathias Anton approximation, interpolation, total least squares, weighted, uncertainty matrix, mathematics 25 5
  • 4.5
4.5 | 2 ratings

Contact us at files@mathworks.com