Tips

How to get feedback from the visitors?
Google Docs Form can be used to get feedback from the site visitors. Learn more here.

Some useful handy software

HOW to?

Recent site activity

411days since
Nepalese New Year 2068

Goodness of Fit

gfit: Computes goodness of fit (model performance) for regression.

Version:1.3
03 Jul 2005 (Updated 05 Jul 2005)
File Size: 3 Bytes
File Format: m-file (MATLAB file)

Download from the link here.
 
File Information
Description

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

MATLAB release MATLAB 7.0.1 (R14SP1)