News
Update to Assignment 2
Written on 18.05.2024 12:52 by Divya Mani Adhikari
The function used in Bonus 1 (Rejection sampling) was wrong. It should've been model.rejection_sample() instead of model.random_sample(). Simply correcting the function name should be sufficient without changing your other solutions.