Hello everybody! I am using the Curve Fitting Toolbox of Matlab to fit some non-linear models to my data, but I want to know which model fits better. I read that I have to use the Akaike Information Criterion (AIC) and the Bayesian Information Criterion (BIC) but I do not have those options in the Curve Fitting Toolbox, only R square, adjusted R square, SSE and RMSE. Do you know how can I get AIC and BIC for a model? Maybe without the Curve Fitting Toolbox? I would appreciate your help.