goodnessOfFit cost function vs coefficient of determination

1 view (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)

Community Treasure Hunt

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

Start Hunting!