| Author |
Comment/Response |
Roger
|
01/12/13 8:21pm
I have protein binding data that I tried to fit to
using: f = FindFit[cib147a10data, bb + (aa - bb)*(Exp[-k*t]), {aa, bb, k}, t]
However, I get this error message: FindFit::cvmit: Failed to converge to the requested accuracy or precision within 100 iterations.
My raw data is below.
Can anyone please help me?
Also, could someone explain to me what is this error mean?
Thank you
cib147a10data = {{0.`, 0.208974337`}, {0.04166944444444444`,
0.209138576`}, {0.08333333333333333`,
0.208531393`}, {0.16666944444444445`,
0.206759348`}, {0.3333333333333333`,
0.204837196`}, {0.6666666666666666`, 0.20429609`}, {1.`,
0.209247246`}, {1.3333361111111113`,
0.204150882`}, {1.6666694444444445`,
0.199894164`}, {2.000002777777778`,
0.210563693`}, {2.333336111111111`,
0.201161265`}, {2.6666694444444445`,
0.202389711`}, {3.0000055555555556`,
0.200256447`}, {3.333338888888889`,
0.200140621`}, {3.6666722222222226`,
0.201711762`}, {4.000005555555556`,
0.196905557`}, {4.333338888888889`, 0.201379964`}, {4.666675`,
0.1968753`}, {5.000008333333333`,
0.195980318`}, {5.333341666666667`,
0.19083296`}, {5.666666666666667`, 0.193316593`}, {6.`,
0.194157968`}, {6.333333333333333`,
0.192912667`}, {6.666669444444444`,
0.195324352`}, {7.000002777777778`,
0.190545279`}, {7.333336111111111`,
0.188959871`}, {7.666669444444444`,
0.193585375`}, {8.000002777777777`,
0.187015306`}, {8.33333611111111`,
0.191966523`}, {8.666672222222221`,
0.189283639`}, {9.000005555555555`,
0.186114863`}, {9.333338888888887`,
0.185188089`}, {9.666672222222221`,
0.187142744`}, {10.000005555555555`,
0.194138317`}, {10.333341666666666`, 0.182635548`}, {10.666675`,
0.188676156`}, {11.000008333333334`,
0.184391802`}, {11.333333333333334`,
0.182490037`}, {11.666666666666666`, 0.187227448`}, {12.`,
0.183240822`}, {12.333336111111112`,
0.182722361`}, {12.666669444444445`,
0.188233688`}, {13.000002777777778`,
0.185239116`}, {13.333336111111112`,
0.181532392`}, {13.666669444444445`,
0.180653582`}, {14.000005555555555`,
0.177462579`}, {14.333338888888887`,
0.172191738`}, {14.666672222222221`,
0.176450063`}, {15.000005555555555`,
0.177750913`}, {15.333338888888887`,
0.175767476`}, {15.666672222222221`,
0.177042599`}, {16.000005555555553`,
0.179191439`}, {16.333341666666666`, 0.174372563`}, {16.666675`,
0.174421471`}, {17.000008333333334`,
0.174351239`}, {17.333333333333332`,
0.168698292`}, {17.666666666666668`,
0.171445711`}, {18.000002777777777`,
0.168973303`}, {18.33333611111111`,
0.167471069`}, {18.66666944444444`,
0.166896345`}, {19.000002777777773`,
0.169145758`}, {19.33333611111111`,
0.165868636`}, {19.666666666666668`, 0.165482128`}, {20.`,
0.166016891`}, {20.333333333333332`,
0.166945459`}, {20.666674999999998`,
0.159260149`}, {21.00000833333333`,
0.165558852`}, {21.333341666666666`,
0.162923571`}, {21.666674999999998`, 0.165203057`}, {22.`,
0.160055655`}, {22.333333333333332`,
0.158294814`}, {22.666666666666668`,
0.161415894`}, {23.000002777777773`,
0.160527811`}, {23.33333611111111`,
0.159675362`}, {23.66666944444444`,
0.157001642`}, {24.000002777777773`, 0.158254678`}}
URL: , |
|