Not aligned with the original request I know ... but I'd like to see some a foundation for a Racket "data" library along the lines of Pandas. And then then an additional layer such that the statistics and plot libraries just works with it. <div>
<br></div><div><a href="http://pandas.pydata.org/">http://pandas.pydata.org/</a></div><div><br><br><div class="gmail_quote">On Sat, Jun 30, 2012 at 8:31 PM, Neil Toronto <span dir="ltr"><<a href="mailto:neil.toronto@gmail.com" target="_blank">neil.toronto@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Being a glutton for punishment, I've decided to write a `math' collection to be shipped with Racket. I'm writing it in Typed Racket, so Typed Racket programs that `(require math)' can apply mathematical functions with no overhead and regular Racket programs will incur only the usual contract checks. Also, Vincent's TR optimizer will fill the math collection with rainbows and sunshine.<br>
<br>
I know what *I* want in a math library: statistics (for my research) and basic linear algebra (for `plot'). What do *you* want?<br>
<br>
(FWIW, this started with Antonio asking for inverse hyperbolic functions on the dev mailing list. I just did those today, and factorial, log-factorial, gamma, and log-gamma yesterday.)<br>
<br>
Neil ⊥<br>
____________________<br>
Racket Users list:<br>
<a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/<u></u>users</a><br>
</blockquote></div><br></div>