Re: How to define regions for variables in NonLinearRegress?
- To: mathgroup at smc.vnet.net
- Subject: [mg94940] Re: How to define regions for variables in NonLinearRegress?
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 31 Dec 2008 06:08:29 -0500 (EST)
- References: <gjcuid$cn6$1@smc.vnet.net>
Hi, have you also an example that is more instructive ? Regards Jens Yaron Kretchmer wrote: > Hi All > I'm running a non linear regression , and would like to understand how I can > constraint the acceptable region for variables i.e. starting from > ---------------------- Example start ------------------- > In[1]:= > > In[2]:= > > > > n[4]:= > Out[4]= > -------------------- Example end ------------------------- > > I'd like to specify conditions on theta1,theta2,theta3 - for example: > 1) Theta1 > 4 > 2) Theta1+Theta2 < 16 > > etc. > > Any pointers would be most welcome. > > Thanks and a happy new year to all. > > Regards > Yaron Kretchmer > >