Re: [racket] Plot, fit

2011-08-07 Thread Richard Cleis
Never mind. I found the plot collection, including the examples. Why does pushing the 'send' button seem to trigger common sense? rac On Aug 7, 2011, at 11:14 AM, Richard Cleis wrote: > I can't figure out how to use the function called fit, provided by the plot > collection. > > (fit f guess

[racket] Plot, fit

2011-08-07 Thread Richard Cleis
I can't figure out how to use the function called fit, provided by the plot collection. (fit f guess-list data) → fit-result? f : (real? ... . -> . real?) guess-list : (list/c (list symbol? real?)) data : (or/c (list-of (vector/c real? real? real?)) (list-of (vector/c real? real? r