[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 8 independent variable curve fitting.
From: |
Tatsuro MATSUOKA |
Subject: |
Re: 8 independent variable curve fitting. |
Date: |
Tue, 2 Jun 2015 18:43:21 +0900 (JST) |
----- Original Message -----
>From: Doug StewartÂ
>To: help-octave
>Date: 2015/6/2, Tue 05:41
>Subject: 8 independent variable curve fitting.
>
>
>I have a problem that has 8 independent variables and one output.
>We have taken 400 samples and now want to fit an equation to these data points.
>Some of the relation ships are nonlinear.
>Which octave function should I use to do the curve fitting?
>
To my knowledge, you can use "leasqr" and "nonlin_curvefit" in the optim
package.
http://octave.sourceforge.net/optim/function/leasqr.html
http://octave.sourceforge.net/optim/function/nonlin_curvefit.html
Tatsuro
- 8 independent variable curve fitting., Doug Stewart, 2015/06/01
- Re: 8 independent variable curve fitting., Juan Pablo Carbajal, 2015/06/02
- Re: 8 independent variable curve fitting., Doug Stewart, 2015/06/02
- Re: 8 independent variable curve fitting., Juan Pablo Carbajal, 2015/06/02
- Re: 8 independent variable curve fitting., Doug Stewart, 2015/06/02
- Re: 8 independent variable curve fitting., Juan Pablo Carbajal, 2015/06/02
- Re: 8 independent variable curve fitting., Doug Stewart, 2015/06/04
- Re: 8 independent variable curve fitting., Olaf Till, 2015/06/04
Re: 8 independent variable curve fitting.,
Tatsuro MATSUOKA <=