goodnessOfFit cost function vs coefficient of determination

3 views (last 30 days)
Why does the fit index returned by
fit = goodnessOfFit(x,xref,'NMSE');
Vary betwee -Inf and 1 (prefect fit).
While the coefficient of determination (see example) varies between 0 and 1 (perfect fit).

Answers (0)

Categories

Find more on Linear and Nonlinear Regression in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!