stripe / rainier

Bayesian inference in Scala.
https://rainier.fit
Apache License 2.0
432 stars 51 forks source link

Switch Discrete to be a Distribution[Long] #363

Closed metcalf closed 5 years ago

metcalf commented 5 years ago

We've run into cases where we may want to output large values from Discrete so this switches it to use Long. This is a breaking change so it'll merge into the 0.3-dev branch.

avi-stripe commented 5 years ago

LGTM once it's green.

andrew-stripe commented 5 years ago

@avi-stripe I assume it's OK to commit the results of running sbt tut?

avi-stripe commented 5 years ago

@andrew-stripe yep.