| Author |
Comment/Response |
Al
|
02/24/11 7:52pm
Hello people!
I've bumped into this funny problem I illustrate by:
In[146]:= dat = .3 + .5 Cos[#]^2 & /@ Range[0, 2 \[Pi], .1];
FindFit[dat, a + b Cos[x]^2, {a, b}, x]
Out[147]= {a -> 0.550042, b -> 0.00124613}
Values for a and b are way off. Why?
URL: , |
|