google-deepmind / torch-distributions

Probability distributions, wrapped for Torch.
BSD 3-Clause "New" or "Revised" License
61 stars 25 forks source link

Bugfix for mvn.pdf #36

Closed fbesse closed 9 years ago

fbesse commented 9 years ago

The sigma tensor was being modified due to calling sqrt() on a reference to it.