On Sep 27, 2011, at 1:37 PM, Johann Hibschman wrote:

> Johann Hibschman <joha...@gmail.com> writes:
> 
>> There may be an easier way to do this, but this worked for me:
>> 
>>  user=> (org.apache.commons.math.stat.inference.TestUtils/tTest
>>    (into-array Double/TYPE [40 5 2]) (into-array Double/TYPE [1 5 1]))
>>  0.3884493044983227
> 
> I should have used (double-array [40 5 2]) here, but for some reason I
> couldn't remember it until I hit send.

Hooray! This is beautiful.

I had to tinker a bit to find/download the library jars and get my runtime 
environment to find them, but then this did exactly what I wanted.

Thanks so much for the confirmation and solution!

 -Lee

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to