Goodness of Fit

Computes goodness of fit (model performance) for regression.
4.2K descargas
Actualizado 4 Apr 2016

Ver licencia

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

Citar como

Durga Lal Shrestha (2024). Goodness of Fit (https://www.mathworks.com/matlabcentral/fileexchange/7968-goodness-of-fit), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14SP1
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Agradecimientos

Inspiración para: Goodness of Fit (Modified)

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

BSD License