Borrar filtros
Borrar filtros

How to find the Linear Regression?

1 visualización (últimos 30 días)
R7 DR
R7 DR el 3 de Ag. de 2015
Editada: R7 DR el 3 de Ag. de 2015
Hi
I fitted the data using the fminsearch. I am able to find the slope and intercept of the fitted equation but, how to find the Linear Regression (R2) value of the fitted equation?
code:
for i=1:3
y=[Y1{i,1}']
x=[X{i,1}']
A= fminsearch(@(par_fit) funccoats(par_fit,x,y),rand(1,2));
B(i,1)=A(:,1)
C(i,1)=A(:,2)
end
graph:

Respuestas (0)

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by