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