Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!34g2000hsz.googlegroups.com!not-for-mail
From: Thomas.Courl@gmail.com
Newsgroups: comp.soft-sys.matlab
Subject: Non-linear regression to find minimum
Date: Thu, 21 Feb 2008 05:13:05 -0800 (PST)
Organization: http://groups.google.com
Lines: 22
Message-ID: <d6caa3cb-77bd-4e56-801c-fb7c8da92831@34g2000hsz.googlegroups.com>
NNTP-Posting-Host: 81.247.182.163
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1203599585 15186 127.0.0.1 (21 Feb 2008 13:13:05 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 21 Feb 2008 13:13:05 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: 34g2000hsz.googlegroups.com; posting-host=81.247.182.163; 
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET 
Xref: news.mathworks.com comp.soft-sys.matlab:452870


Hi all !

I need to find the minimum of a multiple variables non-linear discrete
function, and I'm not a mathematician...

More specifically: I have a few hundreds thousands of data points
(X1,X2,...,Xn,Y) where the Xn are the variables and Y is the result of
the function that I would like to minimize.

My guess is that the best approach would be to do a non-linear
regression and then find the minimum: would that be the right
approach?

If yes, is MatLab the right tool to do this?

Many thanks for your help!
Regards,
Thomas

PS: my function has 23 variables but, if this is a limitation, I could
reduce it (and have a more rough approach).