ericsuh / dirichlet

Dirichlet MLE python library
MIT License
113 stars 25 forks source link

Getting the value of the concentration parameter a0. #2

Closed aagraw02 closed 9 years ago

aagraw02 commented 9 years ago

Hi! Thanks alot for the package ! I was wondering if there was way to get the concentration parameter a0. The mle package gives me the vector of proportions a_K/a0. I am interested in getting a_K or a0. Is there a way I can get that from the MLE method

Thanks

Ashish

aagraw02 commented 9 years ago

I found a way ! Closing this Thanks