getPolyFit(x,y,n)

버전 1.0.0.0 (1.89 KB) 작성자: Ruggero G. Bettinardi
Compute polynomial fitting between vectors 'x' and 'y'
다운로드 수: 27
업데이트 날짜: 2017/5/15

라이선스 보기

call:

[Coeffs, yhat, Residuals] = getPolyFit(x,y,n)

Compute polynomial fitting between vectors 'x' and 'y', and return the coefficients of the n-th order polynomial
used to fit the data, the fitting polynomial function (yhat), and the residuals. If the residuals exhibit "non-random" patterns, it
is an indication that the 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).

INPUT

x : independent variable (column vector)
y : dependent variable I want to estimate (column vector)
n : order of the polynomial I use to fit

OUTPUT

Coeffs : Coefficients of the best-fitting line
yhat : fitting polynomial function
Residuals : difference between observations predicted by the best fit and the real ones

인용 양식

Ruggero G. Bettinardi (2024). getPolyFit(x,y,n) (https://www.mathworks.com/matlabcentral/fileexchange/62950-getpolyfit-x-y-n), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Polynomials에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0