Skip to content

Commit

Permalink
deploy: 8959452
Browse files Browse the repository at this point in the history
  • Loading branch information
mieskolainen committed Nov 2, 2024
1 parent 8375057 commit c0992de
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions _modules/icefit/peakfit.html
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,12 @@ <h1>Source code for icefit.peakfit</h1><div class="highlight"><pre>
<span class="c1"># - Keep all pdf functions normalized in the steering yml (norm: True),</span>
<span class="c1"># otherwise fit stability problems and uncertainty estimation is not consistent.</span>
<span class="c1">#</span>
<span class="c1"># - Use &#39;chi2&#39; loss if using weighted event histograms (either MC or data)</span>
<span class="c1"># Use &#39;nll&#39; for unweighted Poisson count histograms (both MC and data)</span>
<span class="c1"># - Use &#39;chi2&#39; or &#39;huber&#39; loss if using weighted event histograms (either MC or data)</span>
<span class="c1"># Use &#39;nll&#39; for unweighted Poisson count histograms</span>
<span class="c1"># and a weighted count histograms via a scale transform (experimental)</span>
<span class="c1"># </span>
<span class="c1"># - For different fit types see: /docs/pdf/peakfit.pdf </span>
<span class="c1"># </span>
<span class="c1"># </span>
<span class="c1"># Run with: python icefit/peakfit.py --analyze --group (--test_mode)</span>
<span class="c1"># </span>
Expand All @@ -549,7 +553,7 @@ <h1>Source code for icefit.peakfit</h1><div class="highlight"><pre>

<span class="kn">import</span> <span class="nn">ray</span>

<span class="n">__VERSION__</span> <span class="o">=</span> <span class="mf">0.02</span>
<span class="n">__VERSION__</span> <span class="o">=</span> <span class="mf">0.03</span>
<span class="n">__AUTHOR__</span> <span class="o">=</span> <span class="s1">&#39;[email protected]&#39;</span>

<span class="c1"># ========================================================================</span>
Expand Down

0 comments on commit c0992de

Please sign in to comment.