FindFit & restricting fitting parameter
- To: mathgroup at smc.vnet.net
- Subject: [mg55450] FindFit & restricting fitting parameter
- From: Laurent Feuz <laurent.feuz at mat.ethz.ch>
- Date: Thu, 24 Mar 2005 03:41:49 -0500 (EST)
- Organization: Swiss Federal Institute of Technology (ETHZ)
- Sender: owner-wri-mathgroup at wolfram.com
Hi If I want to fit some data using: output = FindFit[data, Izero*(1 + 1/(xiPEG^2*q^2)), {{Izero, 0.12}, {xiPEG, 10}}, q] I can assign a starting value to my parameters (like 0.12 for Izero in the above case), but can I also restrict its value to a certain range (like 0.10<Izero<0.14)? Thanks for any hints! regards Laurent
- Follow-Ups:
- Re: FindFit & restricting fitting parameter
- From: "Janos D. Pinter" <jdpinter@hfx.eastlink.ca>
- Re: FindFit & restricting fitting parameter