| Author |
Comment/Response |
Vineet Dravid
|
09/05/05 11:33am
Hello:
I am having problems using the command 'FindFit'. This is the output I get when I try to run the example given in the documentation. Could someone please help?
Ex:
points = {{-1, 8}, {1, 4}, {3, 1}, {5, 3}, {7, 9}, {11, 14}};
f1 = FindFit[points, c + dx, {c, d}, x]
{c -> 0.408248 (0.408248 (1 - dx) + 0.408248 (3 - dx) + 0.408248 (4 -
dx) + 0.408248 (8 - dx) + 0.408248 (9 -
dx) + 0.408248 (14 - dx)), d -> 1. (0. (
1 - dx) + 0. (3 - dx) + 0. (4 - dx) + 0. (
8 - dx) + 0. (9 - dx) + 0. (14 - dx))}
URL: , |
|