Goodness of Fit

버전 1.0.0.0 (3.07 KB) 작성자: Durga Lal Shrestha
Computes goodness of fit (model performance) for regression.
다운로드 수: 4.2K
업데이트 날짜: 2016/4/4

라이선스 보기

Computes goodness of fit for regression model given vector of target and output values.
USAGE:
[gf] = gfit(t,y)
[gf] = gfit(t,y,gFitMeasure)

INPUT
t: vector of target values for regression model

y: vector of output from regression model.

gFitMeasure: string value representing different form of goodness of fit measure (for eg. '1' - mean squarred error, '5' - mean absolute error)

OUTPUT:
gf: goodness of fit values between model output and target

인용 양식

Durga Lal Shrestha (2025). Goodness of Fit (https://kr.mathworks.com/matlabcentral/fileexchange/7968-goodness-of-fit), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R14SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Multiple Linear Regression에 대해 자세히 알아보기
도움

도움 준 파일: Goodness of Fit (Modified)

Community Treasure Hunt

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

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

BSD License