Best linear fit to data with errors in both x and y

1 visualización (últimos 30 días)
Songbo Zhang
Songbo Zhang el 8 de Oct. de 2015
Respondida: the cyclist el 8 de Oct. de 2015
I have data with errors in both x and y, just like :x,xerr,y,yerr;How can I fit them with the error. As the fit function only consider x and y.Is there any other function can do it?

Respuestas (1)

the cyclist
the cyclist el 8 de Oct. de 2015
There is one technique I know of called "Total Least Squares", that accounts for error in both the independent and dependent variables. I don't know of any built-in MATLAB functions that do this technique. I found this FEX submission, which is highly rated. You could try it.

Categorías

Más información sobre Curve Fitting Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by