ckingdev / gendir

An implementation of the generalized Dirichlet distribution in golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gendir

An implementation of the generalized Dirichlet distribution and related tools.

The generalized Dirichlet distribution is distribution on the probability simplex that, while still conjugate to the multinomial distribution, is not in general neutral and allows for a more complex dependence behavior than the standard Dirichlet.

The intent is to implement the appropriate interfaces as used in gonum.org/v1/gonum/stat/distmv.

About

An implementation of the generalized Dirichlet distribution in golang.

License:MIT License


Languages

Language:Go 100.0%