allow beta distribution to have user specified loc/scale
All threads resolved!
All threads resolved!
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
Activity
- Automatically resolved by Colm Talbot
mentioned in commit 1ce4e073
I think if we're going to use
maximum
andminimum
here rather than getting the user to input aloc
andscale
value, then the doc string should make it clear how they are related. So, it should say that for a given maximum and minimum this is equivalent to scaling the standardized beta distribution bymaximum-minimum
, with it starting aminimum
.
Please register or sign in to reply