help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Non-Linear implicit Curve Fitting


From: Christian Kascha
Subject: Re: Non-Linear implicit Curve Fitting
Date: Sat, 16 Nov 2013 08:54:45 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

Am 15.11.2013 18:22, schrieb Giftig:
Good Day

I have two data sets.x and F that has about 10000 points each.

I also have the following equation:
F = C_CV .* alpha.^( x - 1) .* sqrt(a .* F.^2+ b * F + c)

I want to fit that equation on the data above. everything is unknown as
specified.
Any idea on how to accomplish this?

I tried a few methods put nothing gave me a proper fit

Thank you



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Non-Linear-implicit-Curve-Fitting-tp4659221.html
Sent from the Octave - General mailing list archive at Nabble.com.
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave


I would try non-linear least squares with "fminsearch" or "fminunc" from the optim package. (http://octave.sourceforge.net/optim/index.html)

Best,
Christian


reply via email to

[Prev in Thread] Current Thread [Next in Thread]