Re: Probability distributions in Clojure

2009-01-08 Thread Konrad Hinsen
On 08.01.2009, at 11:38, aria42 wrote: > Hey Conrad, this is great. The only suggestion I'd make is that often > times you want a probability distribution which is updatable over > time. This happens in online learning as well as Gibbs sampling where Definitely. The current module for transformi

Re: Probability distributions in Clojure

2009-01-08 Thread aria42
Hey Conrad, this is great. The only suggestion I'd make is that often times you want a probability distribution which is updatable over time. This happens in online learning as well as Gibbs sampling where you always only implicitly store the posterior b/c it's changing constantly. So in my resea

Probability distributions in Clojure

2009-01-08 Thread Konrad Hinsen
I have just added a new module for handling (finite) probability distributions to clojure-contrib. Some examples are included as well, but for those who want to see the examples without downloading the clojure-contrib source code, I also uploaded them to the files section of this group: