Skip to content

v0.7.0 - 2022-05-10

Compare
Choose a tag to compare
@fealho fealho released this 10 May 16:24

This release adds gaussian as a fallback distribution in case the user specified one fails. It also improves the fit of the beta distribution by properly estimatig the loc and scale parameters.

General Improvements

  • Add gaussian as fallback - Issue#320 by @fealho
  • Improve the fit of the Beta distribution: Use the new loc and scale - Issue#317 by @pvk-developer