mattjj / pybasicbayes

MIT License
153 stars 60 forks source link

Gaussian natural parameter conversion matches literature. #15

Closed nfoti closed 9 years ago

nfoti commented 9 years ago

The conversion code for nu didn't have the + 2 + D (and vice versa), which is standard in the literature. This doesn't make gradient computations invalid, but it does cause headaches when setting hyperparameters from previous papers.

mattjj commented 9 years ago

Thanks!