Sunday 15 September 2013

statistics - Python package :MLE for Dirichlet distribution -


I was thinking that someone knows about a dragon package that estimates the standards of a Dirichlet distribution to Meryl .

Eric Suh has the package

 <$> $ pip install git + Https: //github.com/ericsuh/dirichlet.git  

then:

  import numerical import diarchy a0 = numpy.array ([100, 299, 100]) D0 = numpy.random.dirichlet (a0, 1000) dirichlet.mle (D0)  

No comments:

Post a Comment