MATLAB: Nonlinear regression + Cross Validation = possible

cross-validationnonlinear regression

Hello. World. I want to know is it possible to perform cross validation on nonlinear regression model?

Best Answer

Cross-validation is used to assess the performance of classifiers.
Nonlinear regression does curve fitting (objective function parameter estimation).
These are two entirely different statistical techniques. What are you doing? How would you use cross-validation with your nonlinear regression?