probml / pmtk3

Probabilistic Modeling Toolkit for Matlab/Octave.
MIT License
1.55k stars 797 forks source link

fix bug when we compute the means of messages from skill to game #108

Closed tndoan closed 8 years ago

tndoan commented 8 years ago

I have figured this bug of TrueSkillDemo.m. We dont need to organize Psg by matrix G during the computation of means of messages from skill to game.

Before fixing, I also reference to the implementation of Cambridge's 4f13 class.