Menu

#2 Updated + Bug fixes

open
nobody
None
5
2012-08-20
2012-08-20
Anonymous
No

Used the official way as explained in the sample PDF which fixed many errors, and also fixed a big bug that would not update the rating properly. This big fix is where you have $mu_p = $mu + $phi_p * $phi_p * $mu_p; -- it should instead read $mu_p = $this->mu + $phi_p * $phi_p * $mu_p;

Discussion


Log in to post a comment.