Goodness of Fit

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 (2024). Goodness of Fit (https://www.mathworks.com/matlabcentral/fileexchange/7968-goodness-of-fit), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14SP1
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersMultiple 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