Skip to content
Snippets Groups Projects

allow beta distribution to have user specified loc/scale

Merged Colm Talbot requested to merge allow-scaled-beta into master
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Colm Talbot resolved all discussions

    resolved all discussions

  • Colm Talbot added 1 commit

    added 1 commit

    Compare with previous version

  • Moritz Huebner approved this merge request

    approved this merge request

  • Paul Lasky approved this merge request

    approved this merge request

  • Paul Lasky mentioned in commit 1ce4e073

    mentioned in commit 1ce4e073

  • merged

  • I think if we're going to use maximum and minimum here rather than getting the user to input a loc and scale 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 by maximum-minimum, with it starting a minimum.

  • Please register or sign in to reply
    Loading