How do I preform multiple regression in Matlab?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have 4 variables: x, y, z, and t. The values of x, y, and z are loosely correlated to t. Does anybody know how I can run multiple regression on these variables to create an algorithm that solves for t? Also what is the best algorithm to use when fitting the data since it is loosely correlated?
0 comentarios
Respuestas (1)
the cyclist
el 25 de Nov. de 2015
I would most likely use fitlm to do this. Here is a useful guide to using linear regression in MATLAB.
0 comentarios
Ver también
Categorías
Más información sobre Get Started with Curve Fitting Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!