How can I do a linear fit with forced slope?

10 visualizaciones (últimos 30 días)
LOre
LOre el 16 de Mzo. de 2013
I'm trying to make a best fit of data forcing the slope of a linear fitting...is it possible? How?

Respuesta aceptada

Matt J
Matt J el 16 de Mzo. de 2013
Editada: Matt J el 16 de Mzo. de 2013
If your data are column vectors x and y and your model is
y=m*x+b
then the solution for b would simply be
b_fit = mean(y-m*x);

Más respuestas (0)

Categorías

Más información sobre Linear and Nonlinear Regression en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by