getMAE(x,y)

버전 1.0.0.0 (1009 Bytes) 작성자: Ruggero G. Bettinardi
Compute Mean Absolute Error (MAE)
다운로드 수: 69
업데이트 날짜: 2017/5/15

라이선스 보기

MAE = getMAE(x,y)

Computes the Mean Absolute Error (MAE) between two vectors x and y of same length.

INPUT :

x : can be a function Interpolating the data points in 'y'. It is a < N y 1 > vector, typically resulting
from the application of 'polyfit' and 'polyval' functions.

y : can be observed data points for which I want to find the best-fitting function
(i.e. minimizing MAE, but avoiding overfitting). it's a < N y 1 > vector


OUTPUT :

MAE : Mean Absolute Error (a scalar).

인용 양식

Ruggero G. Bettinardi (2024). getMAE(x,y) (https://www.mathworks.com/matlabcentral/fileexchange/62958-getmae-x-y), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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