Filter löschen
Filter löschen

Nonlinear least square regression

2 Ansichten (letzte 30 Tage)
ameen
ameen am 27 Mai 2013
i have (x , y) data
the function between x and y is y = 0.392* (1 - (x / b1) .^ b2
i want to use nonlinear least square regression to obtain the values of b1 and b2
can any one help me with the structure of the Matlab program
thanks in advance
  1 Kommentar
Matt J
Matt J am 27 Mai 2013
Bearbeitet: Matt J am 27 Mai 2013
You're missing a parenthesis ')' in your regression model. It's important for us to know where it should go.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

the cyclist
the cyclist am 27 Mai 2013
If you have the Statistics Toolbox, then you can use the nlinfit() function.
Type
doc nlinfit
in the interface, or see this page for details: http://www.mathworks.com/help/stats/nlinfit.html
  8 Kommentare
ameen
ameen am 27 Mai 2013
Thank you very much Matt
so the problem is with my data ??
Matt J
Matt J am 27 Mai 2013
Bearbeitet: Matt J am 27 Mai 2013
Or your model. Maybe you should be fitting
y=x(1)*exp(-x(2)*t)

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Descriptive Statistics finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by