[Haskell-cafe] multivariate normal distribution in Haskell?

2013-04-13 Thread Bas de Haas
Dear List, I’m implementing a probabilistic model for recognising musical chords in Haskell. This model relies on a multivariate normal distribution. I’ve been searching the internet and mainly hackage for a Haskell library to do this for me, but so far I’ve been unsuccessful. What I’m looki

Re: [Haskell-cafe] multivariate normal distribution in Haskell?

2013-04-14 Thread Clark Gaebel
Is [1] what you're looking for (see the 'multinormal' function)? monte-carlo's pretty great... :) - Clark [1] http://hackage.haskell.org/packages/archive/monte-carlo/0.4.2/doc/html/Control-Monad-MC-Class.html#t:RNG On Sat, Apr 13, 2013 at 9:26 AM, Bas de Haas wrote: > Dear List, > > I’m im

Re: [Haskell-cafe] multivariate normal distribution in Haskell?

2013-04-14 Thread Ben Gamari
Bas de Haas writes: > Dear List, > > I’m implementing a probabilistic model for recognising musical chords in > Haskell. This model relies on a multivariate normal distribution. I’ve > been searching the internet and mainly hackage for a Haskell library to > do this for me, but so far I’ve been u