Find the best model for my fitting
Show older comments
$f=b1*x1+b2*x2+b3$
$f=b1*x1^b2+b3*x2+b4$
$f=b1*x1^b2+b3*x2^b4+b5$
- I use nlinfit to fit my data to these three model, and I ouput MSE, besides use MSE, is there any math method I could rely on to choose which model is the best? or what output from nlinfit can also be used?
- I found BIC (https://en.wikipedia.org/wiki/Bayesian_information_criterion), sorry but I didn't understand, is there a way to find the likeyhood function for the three objective function? Then use BIC
Thank you.
3 Comments
John D'Errico
on 27 Nov 2022
Please don't keep on adding new questions. If you have a new question, then ask it in a separate question. Your second question is virtualy unrelated to the first.
Miraboreasu
on 28 Nov 2022
John D'Errico
on 28 Nov 2022
The problem is, if people keep appending new questions to the first, that turns one question into a long term consulting relationship. It make it difficult for others to follow and learn from the questions, because they can't search for anything. And it may well be that different people are better able to answer your next question. So just ask another question.
Accepted Answer
More Answers (0)
Categories
Find more on Gaussian Mixture Models in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!