t-Student-Mixture-Models
t-Student-Mixture-Models copied to clipboard
address numerical stability issues: move calculations to log-space
Hey, I ran into numerical stability issues when trying to fit mixtures to high-dimensional (256) data. Moving the calculation to log-space did solve my problems. In case you are interested, I issued this pull request. Thanks for your great work!!