Re: How to specify the starting parameter search point when using NonlinearRegress
- To: mathgroup at smc.vnet.net
- Subject: [mg70717] Re: How to specify the starting parameter search point when using NonlinearRegress
- From: Bill Rowe <readnewsciv at sbcglobal.net>
- Date: Tue, 24 Oct 2006 02:24:27 -0400 (EDT)
On 10/23/06 at 2:49 AM, pengyu.ut at gmail.com (Peng Yu) wrote: >NonlinearRegress use FindMinimum to find the parameter. In >FindMinimum, I can specify the starting search point. I'm wondering >how to specify the starting search point in NonlinearRegress. Per the documentation you have several ways of specifying the parameters NonlinearRegress is to find as a list of symbols --- default starting point will be 1.0 for each symbol as a list of {symbol, number} pairs --- starting point for symbol is number as a list of {symbol, min, max} triplets --- requires symbol to be between min and max as a list of {symbol, start, min, max} list --- starting point is start, requires symbol to be between min and max -- To reply via email subtract one hundred and four