Skip to content

v0.3.8

Choose a tag to compare

@jyangch jyangch released this 08 Apr 15:08
· 50 commits to main since this release

Update Log:

  • Implemented the iminuit library within the MaxLikeFit class to facilitate robust Maximum Likelihood Estimation.
  • Introduced a bootstrapping method for MaxLikeFit to generate extensive parameter samples, enabling the calculation of model uncertainties.
  • Renamed the original Posterior class to SampleAnalyzer to better reflect its generalized functionality. Derived two specialized subclasses from SampleAnalyzer: Posterior and Bootstrap, dedicated to the analysis of posterior distributions and bootstrap samples, respectively.