Skip to content

Releases: StFroese/TITRATE

v0.5.0 🌌

12 Sep 13:24
fee2576
Compare
Choose a tag to compare

Changes

🚀 Features

  • Handle negative ts values & add option to only calculate ULs or expected ULs @StFroese (#21)

🐛 Bug Fixes

  • Handle negative ts values & add option to only calculate ULs or expected ULs @StFroese (#21)
  • raise limit for ts<0 @StFroese (#19)

v0.4.3 🌌

09 Sep 08:47
535fc00
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v0.4.2 🌌

01 Sep 13:48
631663f
Compare
Choose a tag to compare

Changes

Bugfix

Negative TS values occur when the iminuit optimization does not lead to the global minimum, but is close to it. If the proposed upper limit has a log-likelihood value smaller than the value from the optimization, the TS value is negative.
Fixed by setting ts=0 if ts<0 and close to zero |ts|<1e-3 else an error is raised

v0.4.1 🌌

31 Aug 09:39
885200a
Compare
Choose a tag to compare

Changes

Plotting of validation results is now separate to the calculation of the toy MCs.
Toy MCs can be saved in the same file as the upper limits

Bugfix

🚀 Features

v0.4.0 🌌

29 Aug 09:24
45ba4c0
Compare
Choose a tag to compare

Changes

Calculation of upper limits given mass range and channels

🚀 Features

v0.3.0 🌌

21 Aug 12:40
8caafc5
Compare
Choose a tag to compare

You can now calculate an Upper Limit for a given model and measurement. Decide between QMu and QTildeMu test statistic as well as CLs or CLs+b method

Changes

🚀 Features

v0.2.0 🌌

15 Aug 08:55
a34da8f
Compare
Choose a tag to compare

Changes

v0.1.0 🌌

15 Aug 08:53
Compare
Choose a tag to compare

Changes

  • first implementation of test
  • first implementation of asymptotics