linfit(x,y)

Compute linear fit between vectors 'x' and 'y'
237 Downloads
Aktualisiert 16. Mai 2017

Lizenz anzeigen

call:

[Coeffs, Rho, R2, Residuals] = linfit(x,y)

Compute linear fit between vectors 'x' and 'y', and return the coefficients of the regression
line, the correlation between 'x' and 'y', the coefficient of determination ("how much knowing x it
is possible to determine y"), and the residuals. If the residuals exhibit "non-random" patterns, it
is an indication that a linear fit is not so good. To check them: bar(x,Residuals), xlabel('x'), ylabel('ŷ - y')
Note: the function ignores non-finite values(-Inf,Inf,NaN).

Zitieren als

Ruggero G. Bettinardi (2024). linfit(x,y) (https://www.mathworks.com/matlabcentral/fileexchange/62983-linfit-x-y), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2009a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Tags Tags hinzufügen

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0