Nonlinear least square regression
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi all i have 17 observation (x and y) the relation between them as follows
y = 0.392 * (1 - (x / J)) ^ i
i want to use nonlinear least square regression to know J and i
Thanks in advance
0 comentarios
Respuesta aceptada
Eli Duenisch
el 23 de Mayo de 2013
Editada: Eli Duenisch
el 23 de Mayo de 2013
Do you have the statistics toolbox installed? It supports nonlinear regression - look for NonLinearModel.fit() in the docs.
5 comentarios
Tom Lane
el 24 de Mayo de 2013
Try NonLinearModel.fit capitalized just that way. This should work in the most recent releases of MATLAB. Otherwise try nlinfit.
Más respuestas (0)
Ver también
Categorías
Más información sobre Regression 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!