Skip to content

allow beta distribution to have user specified loc/scale

Colm Talbot requested to merge allow-scaled-beta into master

This does what it says on the tin. It allows the user to specify the min/max of the beta distribution. This just completes the implementation of the underlying scipy object.

Merge request reports