linfit(x,y)
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).
Cite As
Ruggero G. Bettinardi (2025). linfit(x,y) (https://www.mathworks.com/matlabcentral/fileexchange/62983-linfit-x-y), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- AI and Statistics > Statistics and Machine Learning Toolbox > Regression > Model Building and Assessment >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |