Pith. sign in

REVIEW 3 major objections 5 minor 4 cited by

SymbolFit: Automatic Parametric Modeling with Symbolic Regression

T0 review · 3 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read SymbolFit claims that one generic symbolic-regression configuration can automatically produce parametric background models, complete with uncertainties, that match hand-tuned empirical fits across five LHC search spectra.

desk verdict A genuinely useful, well-tested tool for automating parametric fits in HEP, with the main caveat that the uncertainty bands are never calibrated against coverage. read the letter →

arxiv 2411.09851 v4 pith:BIHVU7GX submitted 2024-11-15 hep-ex cs.LGphysics.data-an

classification hep-excs.LGphysics.data-an
keywords symbolicregressionparametricmodelingbackgrounduncertaintyestimationbinneddatahigh-energyphysicsgeneticprogrammingLHCsearches
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper introduces SymbolFit, a framework that replaces the manual, iterative hunt for empirical functions in high-energy physics with symbolic regression, a genetic-programming search over candidate functional forms. Its central claim is that one generic fit configuration, with only the allowed operators and a complexity bound specified, can produce well-fitting background models across five different collision-search spectra (dijet, trijet, paired-dijet, diphoton, dimuon) and several toy datasets, while simultaneously returning parameter uncertainties through a re-optimization step. The authors argue that the results are comparable to the hand-crafted empirical models used in published searches, at a fraction of the manual effort. A sympathetic reader would care because parametric modeling is a bottleneck in many binned-data analyses, and this points to automating it end-to-end.

What carries the argument

The load-bearing mechanism is genetic-programming symbolic regression, in which candidate functions are expression trees over a fixed operator set and the functional form itself is the search variable, followed by a re-optimization fit in which each discovered function is frozen and its constants re-fitted by nonlinear least squares; the covariance matrix of that fit provides the uncertainty estimates. The same search configuration, an operator set plus nesting constraints and a maximum complexity, is applied across datasets, with only the random seed changed to generate a diverse batch of candidates. A chi-square loss with separate up/down bin uncertainties guides both the search and the re-fit.

What would settle it

Run the framework many times on pseudodata sampled from a known smooth distribution that is deliberately outside the operator set, then count how often the true curve lies inside the reported 68% uncertainty band. Empirical coverage substantially below 68% would show that the covariance-based uncertainty model is miscalibrated, breaking the claim of simultaneous uncertainty estimation.

Watch

Extended reading notes

Core claim

The paper's core claim is that symbolic regression with a fixed, simple configuration can stand in for the traditional empirical procedure of guessing and refining a functional form. For each dataset, a single run of the framework returns a batch of candidate closed-form functions; each function is then frozen and its constant parameters re-fitted by nonlinear least squares, yielding best-fit values, correlations, and uncertainty bands. On blinded pseudodata built from the published dijet spectrum with an injected Gaussian signal, three runs with different random seeds produce background models whose goodness-of-fit and extracted signal parameters are comparable to the empirical model used in the original search. The authors claim the same configuration transfers to other distributions of different shapes without retuning, and that the closed-form output slots directly into standard statistical tools for hypothesis testing.

Load-bearing premise

The uncertainty estimate is the covariance matrix of a least-squares re-fit of the frozen functional form, so the entire uncertainty model rests on the assumption that the discovered function family is close enough to the true distribution for that covariance to capture the modeling error; the paper never tests whether the reported 68% bands actually contain the true distribution at the claimed rate.

Editorial extensions

If this is right

  • Background models for resonance searches can be produced automatically from binned data, removing the manual trial-and-error step that currently consumes significant analyst effort.
  • The same fit configuration can be reused across channels and analyses, so modeling does not need to be re-derived whenever detector conditions or event selections change the data shape.
  • Because the output is a batch of closed-form functions with uncertainties, the choice of function can be treated as a discrete systematic, and the templates integrate directly with existing hypothesis-testing tools.
  • Multi-dimensional binned data, such as scale-factor parameterizations in two variables, can be modeled without hand-constructing polynomial ansatze.
  • A single run routinely produces candidates spanning a range of fit qualities, giving downstream analyses flexibility in trading fit quality against complexity.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper does not calibrate the coverage of its uncertainty bands; an obvious test would be to generate pseudodata from a known smooth distribution, run the framework, and check whether the reported 68% intervals contain the true values at the claimed rate.
  • Because the search minimizes chi-square on the binned data, the candidate pool may overfit in regions of low statistics; selecting among candidates purely by goodness of fit could introduce selection bias, which the discrete-profiling treatment would mitigate.
  • A natural extension would be to treat the batch of candidate functions from a single run as a model-averaged background with empirically calibrated coverage, rather than picking one function.
  • The same recipe could generalize beyond collision physics to any binned data where a smooth empirical description with uncertainties is needed, such as detector corrections in other fields.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper introduces SymbolFit, a Python framework that combines symbolic regression (via PySR) with a nonlinear least-squares re-optimization step (via LMFIT) to produce parametric fits of binned data together with uncertainty estimates. The framework is demonstrated on several toy datasets and on five real LHC invariant-mass spectra (dijet, diphoton, trijet, paired-dijet, and dimuon), where the resulting functions are compared with the empirical functions used by CMS. In addition, the authors perform signal-injection studies: background models are fitted on pseudodata with the signal region blinded, and then used to extract an injected Gaussian signal from the unblinded spectrum. The central claim is that a simple, largely configuration-free SR setup can automate the manual process of empirical function selection while also providing uncertainty estimates suitable for downstream statistical inference.

Significance. If the claimed capabilities hold, SymbolFit would be a genuinely useful tool for HEP data analysis, potentially reducing the manual effort in background and signal modeling. The paper's strengths include a public API, the use of five real LHC datasets with comparison to official CMS empirical functions, genuine out-of-sample validation through blinded signal injection, and a demonstration on multi-dimensional toy data. The re-optimization step clearly improves the initial SR fits. However, the central added value over plain symbolic regression—uncertainty estimation—is not validated by any coverage or calibration test, which is a substantial gap given the intended use in statistical inference.

major comments (3)
  1. [Sec. 4] The 68% uncertainty bands are obtained by sampling parameters from the LMFIT covariance matrix of the frozen functional form, but the paper never checks whether these bands actually cover the true distribution at the claimed rate. The toy datasets are explicitly described as generated 'without reference to an underlying function' (Sec. 5.1, Fig. 3 caption), so they cannot serve as ground truth for coverage; for the real LHC datasets the true background is unknown. The signal-injection studies validate signal extraction, but they assess point estimates of injected signal parameters and do not test the coverage of the background-model bands themselves. Since the abstract claims that the framework provides 'uncertainty estimates in a single run' and Sec. 3 states that parametric models without well-defined uncertainties cannot be used in HEP statistical inference, the lack of any calibration test for the uncertainty bands is a load-bearing gap. The authors should add ensemble-based coverage checks (for example, fitting to pseudodata generated from a known analytic function and measuring the empirical coverage of the reported 68% intervals, or performing posterior-predictive checks on toy data with a known ground truth).
  2. [Sec. 5.2] The claim that the same fit configuration can be applied to distributions of different shapes, with only the random seed varied, is contradicted by the experimental setup. For the diphoton and dimuon datasets, the manuscript states that the maximum complexity is reduced from 80 to 20 (A.2 and A.5), and Sec. 5.2 notes 'variations in the maximum complexity values' for Toy Dataset 2. This means the configuration is not actually identical across all demonstrations. Since the abstract and Sec. 3 explicitly rest the flexibility claim on a single simple configuration, the authors should either (i) restrict the claim to the operator set and loss function, treating maxsize as a user-tunable parameter, or (ii) provide at least one additional demonstration where a fully identical configuration, including maxsize, is used across several different distribution shapes.
  3. [Sec. 5.2] The signal extraction validation is reported only qualitatively: the text states that fitted signal parameters are 'within reasonable uncertainties' and shows residual plots, but no quantitative pull distributions, bias values, or coverage statistics are provided. For a method intended to feed into statistical inference, the calibration of the fitted signal parameters (e.g., the mean and width of the pull distribution, or the fraction of fits where the true injected value lies within the reported 1σ interval) should be quantified and compared with the empirical model. This would also provide indirect evidence about whether the uncertainties from the SR models are trustworthy.
minor comments (5)
  1. [Sec. 5.2] The text refers to 'Fig. A15' for the dijet signal extraction study, but the corresponding figure is Fig. 11; the same figure number is later used for the paired-dijet extraction in Appendix A.4, which will confuse readers.
  2. [Sec. 5.1] The transformation for Toy Dataset 1 is given as f(x) → 165 × f(0.00211(x − 12.5)), but the reader is not told what the variable x represents in the fitted, scaled dataset; defining x as the scaled mass variable explicitly would improve reproducibility.
  3. [All tables] The notation for the chi-square statistic is inconsistent across tables and text (for example, 'χ2/NDF' and 'χ2/NDF'); please unify the formatting.
  4. [Figure captions] The phrase 'ratio of the 68% quantile range to the mean' is ambiguous; it should be clarified as the relative uncertainty, i.e., the width of the band divided by the mean function value.
  5. [Abstract] The abstract states that the framework provides uncertainty estimates 'in a single run', but the demonstrated workflow uses multiple random seeds and selects a candidate function from each batch; please clarify that a single configuration, run multiple times with different seeds, is what is meant.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the prediction tests are genuine blinded signal injections against external CMS data, and the self-citations are not load-bearing.

full rationale

The paper's derivation chain has no step that reduces to its own inputs by construction. SymbolFit uses symbolic regression to search functional forms minimizing the chi-squared in Eq. 3, then performs a re-optimization fit (ROF) of the frozen forms using the same chi-squared objective and reports the LMFIT covariance as the uncertainty estimate. This is a standard fit-and-uncertainty procedure, not a prediction; the uncertainty bands are presented as parametric fit uncertainties, not as a calibrated coverage claim. The central validation tests are genuine out-of-sample exercises: background models are fit on pseudodata with the signal region blinded, and the injected signal is then extracted from the unblinded data. Those fitted signal parameters are compared with their injected values, so the claimed signal-extraction capability does not reduce to a fitted input. The toy datasets are generated by hand without an underlying function, so they cannot validate coverage, but the paper does not claim a coverage-calibration result. The self-citations (Refs. 6 and 12) are related-work references and are not load-bearing; PySR (Ref. 5) is used as a tool, and the framework's wrapper and validation are independently demonstrated against external CMS datasets. No equation or claimed result is equivalent to its input by definition, and no fitted parameter is renamed as a prediction. Therefore no circular step is present.

Assumptions & free parameters 3 free parameters · 4 assumptions · 0 invented entities

The central claim rests on domain assumptions about the suitability of the SR function space and the validity of least-squares uncertainties on the chosen functional form. No new physical entities are postulated. The main hand-picked choices are per-dataset complexity caps, rescaling constants, and the unspecified ROF threshold.

free parameters (3)
  • maxsize (per dataset) = 60 (Toy 1 and 3), 80 (dijet, trijet, paired-dijet), 20 (diphoton, dimuon)
    Maximum function complexity cap chosen by hand per dataset. It directly constrains the function space and affects the complexity and fit quality of the produced candidates.
  • Data rescaling transforms = e.g., x -> 0.000145(x - 1568.5) for dijet; x -> 0.00211(x - 12.5) for Toy 1
    Each dataset is rescaled with hand-picked constants to improve numerical stability. The final functions are rescaled back, so the reported functions depend on these ad hoc choices.
  • ROF parameter freezing threshold = not specified numerically
    The re-optimization loop freezes parameters until 'all relative errors are below a pre-defined threshold', but the threshold is never reported, making one step of the procedure under-specified.
assumptions (4)
  • domain assumption The operator set plus complexity constraints define a function space that contains functions adequate to model the true distribution within statistical precision.
    The entire method presupposes that the SR search over the allowed operators (+, *, /, ^, exp, tanh, gauss) will find a good approximant. No universal approximation guarantee is given for this discrete space; the paper relies on empirical demonstrations.
  • domain assumption The asymmetric chi-squared objective in Eq. 3 is a valid loss for binned data with asymmetric uncertainties.
    Sec. 4(ii) defines the loss used for both SR and ROF. The justification for using different weights for upward and downward fluctuations is not discussed, and the resulting parameter uncertainties inherit this assumption.
  • domain assumption The LMFIT covariance matrix computed for the frozen functional form provides valid uncertainties for the model.
    Sec. 4(iii)-(iv) use parameter uncertainties from nonlinear least squares as the uncertainty measure. This treats the functional form as fixed and does not account for model selection uncertainty; coverage is not validated.
  • standard math The bins are statistically independent, so chi-square per degree of freedom is a meaningful goodness-of-fit metric.
    Standard in HEP binned fits and used throughout Sec. 5 without explicit statement. If bins are correlated, reported p-values and chi-square values would be misleading.

how reviews work

0 comments
Cite this review

Pith. "Pith review of SymbolFit: Automatic Parametric Modeling with Symbolic Regression." pith.science (2026). https://pith.science/paper/BIHVU7GX

@misc{pith2026241109851,
  author       = {Pith},
  title        = {Pith review of: SymbolFit: Automatic Parametric Modeling with Symbolic Regression},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/BIHVU7GX}},
  note         = {Machine review of arXiv:2411.09851}
}
read the original abstract

We introduce SymbolFit, a framework that automates parametric modeling by using symbolic regression to perform a machine-search for functions that fit the data while simultaneously providing uncertainty estimates in a single run. Traditionally, constructing a parametric model to accurately describe binned data has been a manual and iterative process, requiring an adequate functional form to be determined before the fit can be performed. The main challenge arises when the appropriate functional forms cannot be derived from first principles, especially when there is no underlying true closed-form function for the distribution. In this work, we develop a framework that automates and streamlines the process by utilizing symbolic regression, a machine learning technique that explores a vast space of candidate functions without requiring a predefined functional form because the functional form itself is treated as a trainable parameter, making the process far more efficient and effortless than traditional regression methods. We demonstrate the framework in high-energy physics experiments at the CERN Large Hadron Collider (LHC) using five real proton-proton collision datasets from new physics searches, including background modeling in resonance searches for high-mass dijet, trijet, paired-dijet, diphoton, and dimuon events. We show that our framework can flexibly and efficiently generate a wide range of candidate functions that fit a nontrivial distribution well using a simple fit configuration that varies only by random seed, and that the same fit configuration, which defines a vast function space, can also be applied to distributions of different shapes, whereas achieving a comparable result with traditional methods would have required extensive manual effort.

Figures

Figures reproduced from arXiv: 2411.09851 by the authors.

Figure 1
Figure 1. Genetic programming approach to symbolic regression. Functions are represented by expression trees. [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. A schematic sketch of the internal steps within the [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Toy Dataset 1: a 1D binned dataset with uncertainties represented by vertical error bars. The data [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (13 more)
Figure 4
Figure 4. Figure 4: Goodness-of-fit scores vs. function complexity. A total of 46 candidate functions (labeled #0–#45) [PITH_FULL_IMAGE:figures/full_fig_p009_4.png]
Figure 5
Figure 5. Figure 5: Individual parameter variations in candidate function #27 from a fit to Toy Dataset 1. The [PITH_FULL_IMAGE:figures/full_fig_p011_5.png]
Figure 6
Figure 6. Figure 6: Correlation matrix for the parameters of candidate function #27 from a fit to Toy Dataset 1 (see [PITH_FULL_IMAGE:figures/full_fig_p012_6.png]
Figure 7
Figure 7. Figure 7: Convergence of candidate functions to the data (Toy Dataset 1), from lower to higher function [PITH_FULL_IMAGE:figures/full_fig_p013_7.png]
Figure 8
Figure 8. Figure 8: The three SR models fitted to the pseudodata of the dijet spectrum with the signal region blinded (see [PITH_FULL_IMAGE:figures/full_fig_p016_8.png]
Figure 9
Figure 9. Figure 9: Pseudodata of the dijet spectrum with the injected signal shown in the blinded signal region. The [PITH_FULL_IMAGE:figures/full_fig_p017_9.png]
Figure 10
Figure 10. Figure 10: Comparison of the b-only fits and the s+b fits to the unblinded pseudodata of the dijet spectrum. [PITH_FULL_IMAGE:figures/full_fig_p018_10.png]
Figure 11
Figure 11. Figure 11: Fitted values vs. the true values of the parameters of the injected signal in the dijet dataset. The [PITH_FULL_IMAGE:figures/full_fig_p019_11.png]
Figure 12
Figure 12. Figure 12: Toy Dataset 3: three 2D binned sub-datasets manually generated without reference to an underlying [PITH_FULL_IMAGE:figures/full_fig_p020_12.png]
Figure 13
Figure 13. Figure 13: p-value vs. function complexity. A total of 22, 41, and 46 candidate functions (labeled #0–#21, [PITH_FULL_IMAGE:figures/full_fig_p021_13.png]
Figure 14
Figure 14. Figure 14: Candidate function #12 for Toy Dataset 3a (see Tab. [PITH_FULL_IMAGE:figures/full_fig_p023_14.png]
Figure 15
Figure 15. Figure 15: Candidate function #38 for Toy Dataset 3b (see Tab. [PITH_FULL_IMAGE:figures/full_fig_p024_15.png]
Figure 16
Figure 16. Figure 16: Candidate function #34 for Toy Dataset 3c (see Tab. [PITH_FULL_IMAGE:figures/full_fig_p025_16.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Machine Can Automatically Discover Parametric Functions to Model HEP Data

    hep-ex 2026-07 conditional novelty 6.0 of 10

    Symbolic regression automatically rediscovers the dijet and UA2 background functions used in CMS/ATLAS searches, and generates many alternative functions with comparable fit quality.

  2. $\mathcal{CP}$-Analyses with Symbolic Regression

    hep-ph 2025-07 conditional novelty 6.0 of 10

    Symbolic regression produces analytic, detector-level CP-odd observables for WBF Higgs production and an analytic reconstruction of the Collins-Soper angle in ttH that are competitive with black-box ML and classical methods.

  3. Machine Learning-Based Analytical Expressions for Gray-Body Factors and Application to Primordial Black Holes

    astro-ph.CO 2025-04 conditional novelty 6.0 of 10

    Symbolic regression is used to derive compact error-function approximations for Schwarzschild gray-body factors, and the approximations reproduce the Hawking spectra and primordial black hole constraints from full num...

  4. Toward Supporting Narrative-Driven Data Exploration: Barriers and Design Opportunities

    cs.HC 2025-08 reject novelty 4.0 of 10

    Clustering particles by mass, spin, lifetime and decay modes with conventional tools reproduces known Standard Model groupings, but the dataset and algorithm choices quietly encode the theory being 'rediscovered'.

Reference graph

Works this paper leans on

46 extracted references · 16 canonical work pages · cited by 4 Pith papers

  1. [1]

    La Cava, W. et al. Contemporary symbolic regression methods and their relative performance. In Vanschoren, J. & Yeung, S. (eds.) Proceedings of the Neural Information Processing Systems Track on Datasets and Benchmarks, vol. 1 (2021). URL https://datasets-benchmarks-proceedings.neurips.cc/paper_files/paper/2021/ file/c0c7c76d30bd3dcaefc96f40275bdc0a-Paper...

  2. [2]

    & Tegmark, M

    Udrescu, S.-M. & Tegmark, M. Ai feynman: A physics-inspired method for symbolic regression. Science Advances 6, eaay2631 (2020). URL https://www.science.org/doi/abs/10.1126/sciadv.aay2631. https://www.science.org/doi/pdf/10.1126/ sciadv.aay2631

  3. [3]

    S., Liberzon, A

    Keren, L. S., Liberzon, A. & Lazebnik, T. A computational framework for physics-informed symbolic regression with straightforward integration of domain knowledge. Scientific Reports 13 (2023). URL http://dx.doi.org/10.1038/ s41598-023-28328-2

  4. [4]

    Cava, W. L. et al. Contemporary symbolic regression methods and their relative performance (2021). URL https: //arxiv.org/abs/2107.14351. 2107.14351

  5. [5]

    Interpretable Machine Learning for Science with PySR and SymbolicRegression.jl (2023)

    Cranmer, M. Interpretable Machine Learning for Science with PySR and SymbolicRegression.jl (2023). 2305.01582

  6. [6]

    F., Loncar, V., Dasu, S

    Tsoi, H. F., Loncar, V., Dasu, S. & Harris, P. SymbolNet: neural symbolic regression with adaptive dynamic pruning for compression. Mach. Learn. Sci. Tech. 6, 015021 (2025). 2401.09949

  7. [7]

    Davis, B. L. & Jin, Z. Discovery of a planar black hole mass scaling relation for spiral galaxies. The Astrophysical Journal Letters 956, L22 (2023). URL http://dx.doi.org/10.3847/2041-8213/acfa98. 27

  8. [8]

    Mengel, T., Steffanic, P., Hughes, C., da Silva, A. C. O. & Nattrass, C. Interpretable machine learning methods applied to jet background subtraction in heavy-ion collisions. Phys. Rev. C 108, L021901 (2023). URL https://link.aps.org/doi/ 10.1103/PhysRevC.108.L021901

Show all 46 references
  1. [9]

    Wadekar, D. et al. The sz flux-mass (y–m) relation at low-halo masses: improvements with symbolic regression and strong constraints on baryonic feedback. Monthly Notices of the Royal Astronomical Society 522, 2628–2643 (2023). URL http://dx.doi.org/10.1093/mnras/stad1128

  2. [10]

    & Battaglia, P

    Lemos, P., Jeffrey, N., Cranmer, M., Ho, S. & Battaglia, P. Rediscovering orbital mechanics with machine learning. Mach. Learn. Sci. Tech. 4, 045002 (2023). 2202.02306

  3. [11]

    Delgado, A. M. et al. Modelling the galaxy–halo connection with machine learning. Mon. Not. Roy. Astron. Soc. 515, 2733–2746 (2022). 2111.02422

  4. [12]

    Tsoi, H. F. et al. Symbolic Regression on FPGAs for Fast Machine Learning Inference. EPJ Web Conf. 295, 09036 (2024). 2305.04099

  5. [13]

    & Brehmer, J

    Butter, A., Plehn, T., Soybelman, N. & Brehmer, J. Back to the formula - LHC edition. SciPost Phys. 16, 037 (2024). 2109.10414

  6. [14]

    Shao, H. et al. Finding Universal Relations in Subhalo Properties with Artificial Intelligence. Astrophys. J. 927, 85 (2022). 2109.04484

  7. [15]

    & Lipson, H

    Schmidt, M. & Lipson, H. Distilling free-form natural laws from experimental data. Science 324, 81–85 (2009). URL https://doi.org/10.1126/science.1165893

  8. [16]

    Genetic programming in Python, with a scikit-learn inspired API: gplearn (2016)

    Stephens, T. Genetic programming in Python, with a scikit-learn inspired API: gplearn (2016). URL https://gplearn. readthedocs.io/en/stable/

  9. [17]

    & Kommenda, M

    Burlacu, B., Kronberger, G. & Kommenda, M. Operon C++: An efficient genetic programming framework for symbolic regression. In Proceedings of the 2020 Genetic and Evolutionary Computation Conference Companion , GECCO ’20, 1562–1570 (Association for Computing Machinery, New York...

  10. [18]

    & Bosman, P

    Virgolin, M., Alderliesten, T., Witteveen, C. & Bosman, P. A. N. Improving model-based genetic programming for symbolic regression of small expressions. Evolutionary Computation 29, 211–237 (2021). URL https://doi.org/10.1162%2Fevco_ a_00278

  11. [19]

    Genetic programming as a means for programming computers by natural selection

    Koza, J. Genetic programming as a means for programming computers by natural selection. Statistics and Computing 4, 87–112 (1994)

  12. [20]

    Hayrapetyan, A. et al. Search for Narrow Trijet Resonances in Proton-Proton Collisions at s=13 TeV. Phys. Rev. Lett. 133, 011801 (2024). 2310.14023

  13. [21]

    Fisher, R. A. On the interpretation of chi2 from contingency tables, and the calculation of p. Journal of the Royal Statistical Society 85, 87–94 (1922). URL http://www.jstor.org/stable/2340521

  14. [22]

    Aad, G. et al. Observation of a new particle in the search for the Standard Model Higgs boson with the ATLAS detector at the LHC. Phys. Lett. B 716, 1–29 (2012). 1207.7214

  15. [23]

    Chatrchyan, S. et al. Observation of a New Boson at a Mass of 125 GeV with the CMS Experiment at the LHC. Phys. Lett. B 716, 30–61 (2012). 1207.7235

  16. [24]

    Chatrchyan, S. et al. Observation of a New Boson with Mass Near 125 GeV in pp Collisions at √s = 7 and 8 TeV. JHEP 06, 081 (2013). 1303.4571

  17. [25]

    Sirunyan, A. M. et al. Search for high mass dijet resonances with a new background prediction method in proton-proton collisions at √s = 13 TeV. JHEP 05, 033 (2020). 1911.03947

  18. [26]

    Tumasyan, A. et al. Search for resonant and nonresonant production of pairs of dijet resonances in proton-proton collisions at √s = 13 TeV. JHEP 07, 161 (2023). 2206.09997

  19. [27]

    Hayrapetyan, A. et al. Search for new physics in high-mass diphoton events from proton-proton collisions at √s = 13 TeV. JHEP 08, 215 (2024). 2405.09320

  20. [28]

    Hayrapetyan, A. et al. Search for a high-mass dimuon resonance produced in association with b quark jets at √s = 13 TeV. JHEP 10, 043 (2023). 2307.08708

  21. [29]

    Khachatryan, V. et al. Jet energy scale and resolution in the CMS experiment in pp collisions at 8 TeV. JINST 12, P02014 (2017). 1607.03663

  22. [30]

    Sirunyan, A. M. et al. Identification of heavy-flavour jets with the CMS detector in pp collisions at 13 TeV. JINST 13, P05011 (2018). 1712.07158

  23. [31]

    Sirunyan, A. M. et al. Performance of reconstruction and identification of τ leptons decaying to hadrons and ντ in pp collisions at √s = 13 TeV. JINST 13, P10005 (2018). 1809.02816

  24. [32]

    Sirunyan, A. M. et al. Inclusive search for highly boosted Higgs bosons decaying to bottom quark-antiquark pairs in proton- proton collisions at √s = 13 TeV. JHEP 12, 085 (2020). 2006.13251

  25. [33]

    & Whiteson, D

    Frate, M., Cranmer, K., Kalia, S., Vandenberg-Rodes, A. & Whiteson, D. Modeling Smooth Backgrounds and Generic Localized Signals with Gaussian Processes (2017). 1709.05681

  26. [34]

    Gandrakota, A., Lath, A., Morozov, A. V. & Murthy, S. Model selection and signal extraction using Gaussian Process regression. JHEP 02, 230 (2023). 2202.05856

  27. [35]

    A Measurement of Boosted Dibosons with Gaussian Process Background Modeling at the ATLAS Detector (2024)

    Xu, R. A Measurement of Boosted Dibosons with Gaussian Process Background Modeling at the ATLAS Detector (2024). URL https://cds.cern.ch/record/2901208. Presented 21 May 2024

  28. [36]

    P., Gulian, M., Frankel, A

    Swiler, L. P., Gulian, M., Frankel, A. L., Safta, C. & Jakeman, J. D. A survey of constrained gaussian process regression: Approaches and implementation challenges. Journal of Machine Learning for Modeling and Computing 1, 119–156 (2020). URL http://dx.doi.org/10.1615/JMachLea...

  29. [37]

    Newville, M., Stensitzki, T., Allen, D. B. & Ingargiola, A. LMFIT: Non-Linear Least-Square Minimization and Curve-Fitting for Python (2015). URL https://doi.org/10.5281/zenodo.11813

  30. [38]

    Hayrapetyan, A. et al. The CMS Statistical Analysis and Combination Tool: COMBINE (2024). 2404.06614

  31. [39]

    & Stark, G

    Heinrich, L., Feickert, M. & Stark, G. pyhf: v0.7.6. URL https://doi.org/10.5281/zenodo.1169739. Https://github.com/scikit-hep/pyhf/releases/tag/v0.7.6

  32. [40]

    & Cranmer, K

    Heinrich, L., Feickert, M., Stark, G. & Cranmer, K. pyhf: pure-python implementation of histfactory statistical models. Journal of Open Source Software 6, 2823 (2021). URL https://doi.org/10.21105/joss.02823

  33. [41]

    D., Kenzie, M., Wardle, N

    Dauncey, P. D., Kenzie, M., Wardle, N. & Davies, G. J. Handling uncertainties in background shapes: the discrete profiling method. JINST 10, P04015 (2015). 1408.6865

  34. [42]

    Search for high mass dijet resonances with a new background prediction method in proton-proton collisions at √s = 13 TeV

    CMS Collaboration. Search for high mass dijet resonances with a new background prediction method in proton-proton collisions at √s = 13 TeV. HEPData (collection) (2019). https://doi.org/10.17182/hepdata.91059

  35. [43]

    Search for new physics in high-mass diphoton events from proton-proton collisions at √s = 13 TeV

    CMS Collaboration. Search for new physics in high-mass diphoton events from proton-proton collisions at √s = 13 TeV. HEPData (collection) (2024). https://doi.org/10.17182/hepdata.150677. 28

  36. [44]

    Search for narrow trijet resonances in proton-proton collisions at √s = 13 TeV

    CMS Collaboration. Search for narrow trijet resonances in proton-proton collisions at √s = 13 TeV. HEPData (collection) (2023). https://doi.org/10.17182/hepdata.144165

  37. [45]

    Search for resonant and nonresonant production of pairs of dijet resonances in proton-proton collisions at √s = 13 TeV

    CMS Collaboration. Search for resonant and nonresonant production of pairs of dijet resonances in proton-proton collisions at √s = 13 TeV. HEPData (collection) (2022). https://doi.org/10.17182/hepdata.130817

  38. [46]

    Search for a high-mass dimuon resonance produced in association with b quark jets at √s=13 TeV

    CMS Collaboration. Search for a high-mass dimuon resonance produced in association with b quark jets at √s=13 TeV. HEPData (collection) (2023). https://doi.org/10.17182/hepdata.141455. 29 1 2 3 4 1.50 1.75 2.00 2.25 2.50 2.75 3.00 3.25 T oy Dataset 2a 1 2 3 4 1.0 1.5 2.0 2.5 3...

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.