Goodness of Fit
版本 1.0.0.0 (3.1 KB) 作者:
Durga Lal Shrestha
Computes goodness of fit (model performance) for regression.
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类别
- AI and Statistics > Statistics and Machine Learning Toolbox > Regression > Linear Regression > Multiple Linear Regression >
在 Help Center 和 MATLAB Answers 中查找有关 Multiple Linear Regression 的更多信息
标签
致谢
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 |