Fit model with 3 independent variables and many parameters to data?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Justin Solomon
il 26 Ott 2012
Risposto: Sander van Otterdijk
il 18 Apr 2019
Is it possible to use the fit() function to fit a model with 3 independent variables and many parameters (coefficients)? Reading through the documentation, I get the impression that Matlab only supports 2 independent variables. Any insight would be helpful.
Thanks, Justin
1 Commento
Matt J
il 26 Ott 2012
For more general kinds of fitting, you probably need Optimization Toolbox solvers.
Risposta accettata
Sean de Wolski
il 26 Ott 2012
Do you have the Statistics or Optimization Toolboxes? If so:
Optim:
* doc lsqcurvefit
* doc lsqlin
* doc lsqnonlin
Stats:
* doc NonlinearModel
* doc LinearModel
* doc regress
I'm missing many others, we can point you in a more specific direction if you have more details.
4 Commenti
Più risposte (1)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!