From c0992de7e70bb3312973a662ff20321ca82fef50 Mon Sep 17 00:00:00 2001 From: mieskolainen Date: Sat, 2 Nov 2024 07:48:33 +0000 Subject: [PATCH] deploy: 8959452a6111f74a6f2c0796c14d854a35b74511 --- _modules/icefit/peakfit.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/_modules/icefit/peakfit.html b/_modules/icefit/peakfit.html index f4f2a60b..aa9bcce7 100644 --- a/_modules/icefit/peakfit.html +++ b/_modules/icefit/peakfit.html @@ -521,8 +521,12 @@

Source code for icefit.peakfit

 # - Keep all pdf functions normalized in the steering yml (norm: True),
 #   otherwise fit stability problems and uncertainty estimation is not consistent.
 #
-# - Use 'chi2' loss if using weighted event histograms (either MC or data)
-#   Use 'nll' for unweighted Poisson count histograms (both MC and data)
+# - Use 'chi2' or 'huber' loss if using weighted event histograms (either MC or data)
+#   Use 'nll' for unweighted Poisson count histograms
+#             and a weighted count histograms via a scale transform (experimental)
+# 
+# - For different fit types see: /docs/pdf/peakfit.pdf 
+# 
 # 
 # Run with: python icefit/peakfit.py --analyze --group (--test_mode)
 # 
@@ -549,7 +553,7 @@ 

Source code for icefit.peakfit

 
 import ray
 
-__VERSION__ = 0.02
+__VERSION__ = 0.03
 __AUTHOR__  = 'm.mieskolainen@imperial.ac.uk'
 
 # ========================================================================