Filter löschen
Filter löschen

Nonlinear least square regression

2 Ansichten (letzte 30 Tage)
ameen
ameen am 23 Mai 2013
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

Akzeptierte Antwort

Eli Duenisch
Eli Duenisch am 23 Mai 2013
Bearbeitet: Eli Duenisch am 23 Mai 2013
Do you have the statistics toolbox installed? It supports nonlinear regression - look for NonLinearModel.fit() in the docs.
  5 Kommentare
ameen
ameen am 24 Mai 2013
thank you for your kind reply but i put my x values, then my y values, and put beta0=[0.65,1.1] then i write
mdl=nonlinearmodel.fit(x ,y ,'y=0.392*(1-x/b1)^b2',beta0)
and i received error message ' Undefined variable "nonlinearmodel" or class "nonlinearmodel.fit".'
Tom Lane
Tom Lane am 24 Mai 2013
Try NonLinearModel.fit capitalized just that way. This should work in the most recent releases of MATLAB. Otherwise try nlinfit.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by