Data of non-trivial NonLinearFit
- To: mathgroup at smc.vnet.net
- Subject: [mg126602] Data of non-trivial NonLinearFit
- From: Meriens <meriens at gmail.com>
- Date: Wed, 23 May 2012 03:29:53 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
Sorry, the data are below.... Hi, I've got a problem with a nonlinear fit. My function is this: B1= a1+b1/tr+c1/tr3 B2= a2+b2/tr+c2/tr3 B3=a3+b3/tr+c3/tr3 Btot=x*B1+y*B2+z*B3 I've got two dataset (some values are given below), one containing the Btot and Tr ed one containing x,y,z. My target is to make a regression to obtain the values a,b,c of every equation using only one regression. In other words, If I make a single regression for every x,y,z of the second dataset, my regressione will be indipendent and the coefficients will appear different for every regression. So I want find a way to make only one regression by changing into this operation Btot, Tr, x,y,z. So my coefficients will not be indipendent and for example the values of Btot and Tr of R11 will be associated with values of x,y, z corresponding to R11. I wish my explanation is clear. sorry for my english! Example of data: x y z R11 1 3 1 R12. 1 2 2 ...... Tr B R11 0.50 -1150 0.53 -1070 R12. 0.60 -813 0.63 -713 .....