Statistics for Resonance Search

Size: px
Start display at page:

Download "Statistics for Resonance Search"

Transcription

1 Statistics for Resonance Search Georgios Choudalakis University of Chicago ATLAS exotic diphoton resonances meeting Nov. 5, 0

2 Intro Introduction I was asked to explain how we treated (statistically) the dijet resonance search. The BumpHunter is already being used in boosted object resonance searches (Elin, Muge et al), and in dilepton searches (Dan Hayden). The same tool could be used in diphoton resonance search, for consistency. Georgios Choudalakis (U.Chicago) Statistics for resonance search page

3 Introduction Background by fitting We fit a smooth function, through the whole spectrum, to obtain background. We justify this by showing it can fit SM QCD. Fitting the data is not a good argument. If we couldn t fit SM QCD, we wouldn t use a fit; we would use SM QCD as background. Georgios Choudalakis (U.Chicago) Statistics for resonance search page 3

4 Introduction Two statistical questions Is there a discrepancy between data and background? What is the probability density function (p.d.f.) of the number of RS G γγ signal events? Georgios Choudalakis (U.Chicago) Statistics for resonance search page 4

5 Introduction The Kolmogorov-Smirnov test, the χ test, etc. KS test statistic: D = max CDF CDF K&S computed the p.d.f. of D, when the two distributions are consistent (i.e. in the null hypothesis). a Knowing the p.d.f. of D, one can reject the null hypothesis if D obs is uncomfortably big: P(D > D obs ) = i= ( )i e i C (N,N )D obs. a This is directly analogous to Pearson s theorem, where he computed the p.d.f. of χ in the null hypothesis, and showed it to follow a χ - distribution. Georgios Choudalakis (U.Chicago) Statistics for resonance search page 5

6 Genius vs Computer : 0- Introduction Georgios Choudalakis (U.Chicago) Statistics for resonance search page 6

7 Introduction We can define any test statistic we want, and find experimentally its p.d.f. in the null hypothesis. It turns out there are better tests than KS and χ. In the recent dijet resonance search, we used 6 tests (to be as model-independent as possible, and just because it didn t hurt): KS χ lnl Jeffreys divergence TailHunter BumpHunter Georgios Choudalakis (U.Chicago) Statistics for resonance search page 7

8 The code Introduction You are welcome to use the code! Writing proper documentation, but in the meanwhile you can cite: Phys.Rev.D79:0,009 & Phys.Rev.D78:000,008 Download package (with example) from SVN: I ll be happy to provide technical support. Georgios Choudalakis (U.Chicago) Statistics for resonance search page 8

9 The BumpHunter BumpHunter This version operates on binned histograms. [Generalization to unbinned data is easy.] Decide width, in number of bins, of central window (W C ). Width of each sideband = max(, W C ) 3 Decide position of central window. Start from a position that gives enough room for the left sideband. 4 Cound data (D C ) and background (B C ) in the central window 5 Cound data (D L, D R ) and background (B L, B R ) in the Left and Right sidebands 6 Compute P L,P C,P R, where P X = BX d d=d X d! e B X if D X B X, or P X = D X BX d d=0 d! e B X if D X < B X. [Big excesses or big deficits are both treated as discrepancies.] 7 If D C < B C, or P L < P C, or P R < P C, then P C. [Look for an excess, surrounded by agreeing sidebands. This of course we can tweak to our liking.] 8 Translate the central window and its sidebands by bin to the right, and find P L,P C,P R again. 9 Start a scan with bigger W C, until W C is of the whole spectrum. [This too can be tweaked, if you have a certitude that the new physics will be narrow or wide or have a specific mass-width relationship.] Return lnp min C from all positions and all widths tried. Georgios Choudalakis (U.Chicago) Statistics for resonance search page 9

10 The BumpHunter BumpHunter Toy example, injecting signal Gaus(00 ± 50 GeV) Events 4 3 Interval range events jj Reconstructed m [GeV] Interval number Georgios Choudalakis (U.Chicago) Statistics for resonance search page

11 The BumpHunter BumpHunter Toy example, injecting signal Gaus(00 ± 50 GeV) Events 4 3 Interval range events jj Reconstructed m [GeV] Interval number Georgios Choudalakis (U.Chicago) Statistics for resonance search page

12 The BumpHunter BumpHunter Toy example, injecting signal Gaus(00 ± 50 GeV) Events 4 3 Interval range events jj Reconstructed m [GeV] Interval number Georgios Choudalakis (U.Chicago) Statistics for resonance search page

13 BumpHunter The BumpHunter Toy example, injecting signal Gaus(00 ± 50 GeV) Events 4 3 Interval range events jj Reconstructed m [GeV] Interval number Georgios Choudalakis (U.Chicago) Statistics for resonance search page 3

14 BumpHunter The BumpHunter Toy example, injecting signal Gaus(00 ± 50 GeV) Events 4 3 Interval range events jj Reconstructed m [GeV] Interval number Georgios Choudalakis (U.Chicago) Statistics for resonance search page 4

15 BumpHunter The BumpHunter Toy example, injecting signal Gaus(00 ± 50 GeV) Events 4 3 Interval range events jj Reconstructed m [GeV] Interval number Georgios Choudalakis (U.Chicago) Statistics for resonance search page 5

16 The BumpHunter BumpHunter Toy example, injecting signal Gaus(00 ± 50 GeV) Events 4 3 observed statistic.9668 PoissonPval of interval jj Reconstructed m [GeV] dijet mass [GeV] Georgios Choudalakis (U.Chicago) Statistics for resonance search page 6

17 The BumpHunter BumpHunter Toy example, injecting signal Gaus(00 ± 50 GeV) Events 4 3 observed statistic.563 PoissonPval of interval jj Reconstructed m [GeV] dijet mass [GeV] Georgios Choudalakis (U.Chicago) Statistics for resonance search page 7

18 The BumpHunter BumpHunter Toy example, injecting signal Gaus(00 ± 50 GeV) Pseudo-experiments Pseudo-experiments bump hunter statistic 30 σ band signal = 0 bump hunter statistic 0 bump hunter statistic signal = 50 events Number of Signal Events So, if I observe a BumpHunter statistic =, I know the p-value in the Null Hypothesis; it s about 00. If 50 signal events are expected, it will be likely to observe such a statistic, so, it will be likely to reject the Null Hypothesis at the corresponding confidence level. Later we ll talk about sensitivity: What s the chance of making a.6σ discovery ( 5% false-positive probability) if s signal events are expected? How much does s need to be, to have probability β of declaring a discovery with false-positive probability α? Georgios Choudalakis (U.Chicago) Statistics for resonance search page 8

19 Summary of tests Other statistical tests BumpHunter Pseudo-experiments 3 bump hunter statistic 30 σ band bump hunter statistic Number of Signal Events Georgios Choudalakis (U.Chicago) Statistics for resonance search page 9

20 Summary of tests Other statistical tests TailHunter : Like the BumpHunter, but instead of windows look for tails. No sideband criteria. Pseudo-experiments 3 tail hunter statistic σ band tail hunter statistic Number of Signal Events Georgios Choudalakis (U.Chicago) Statistics for resonance search page 0

21 Summary of tests Other statistical tests logl = log i Poisson(d i;b i ) Pseudo-experiments 3 -ln(l) 0 σ band ln(l) Number of Signal Events Georgios Choudalakis (U.Chicago) Statistics for resonance search page

22 Summary of tests Other statistical tests Pearson s famous χ Pseudo-experiments 3 ) ln(χ σ band ln(χ ) Number of Signal Events Georgios Choudalakis (U.Chicago) Statistics for resonance search page

23 Summary of tests Other statistical tests Jeffreys divergence: A symmetric version of the Kullback-Leibler divergence. It expresses how surprised, on average, I ll be if I expected one distribution and observed the other. See literature on information theory. Pseudo-experiments 3 Jeffreys divergence σ band Jeffreys divergence Number of Signal Events Georgios Choudalakis (U.Chicago) Statistics for resonance search page 3

24 Summary of tests Other statistical tests The famous KS test. Pseudo-experiments 3 Kolmogorov-Smirnov σ band Kolmogorov-Smirnov Number of Signal Events Georgios Choudalakis (U.Chicago) Statistics for resonance search page 4

25 Sensitivity Power curves of different tests, for signal = Gaus(00,50) Prob p-val <.6σ effect.5.0 -ln(l(s=0)/l(s)) BumpHunter BumpHunter, no sidebands -ln(l(s=0)) χ TailHunter KS Jeffreys Number of Signal Events Georgios Choudalakis (U.Chicago) Statistics for resonance search page 5

26 Sensitivity Power curves of different tests, for signal = Gaus(00,400) Prob p-val <.6σ effect.5.0 -ln(l(s=0)/l(s)) BumpHunter BumpHunter, no sidebands -ln(l(s=0)) χ TailHunter KS Jeffreys Number of Signal Events Georgios Choudalakis (U.Chicago) Statistics for resonance search page 6

27 Sensitivity Power curves of different tests, for signal = Gaus(000,50) Prob p-val <.6σ effect.5.0 -ln(l(s=0)/l(s)) BumpHunter BumpHunter, no sidebands -ln(l(s=0)) χ TailHunter KS Jeffreys Number of Signal Events Georgios Choudalakis (U.Chicago) Statistics for resonance search page 7

28 Sensitivity Power curves of different tests, for signal = Gaus(000,400) Prob p-val <.6σ effect.5.0 -ln(l(s=0)/l(s)) BumpHunter BumpHunter, no sidebands -ln(l(s=0)) χ TailHunter KS Jeffreys Number of Signal Events Georgios Choudalakis (U.Chicago) Statistics for resonance search page 8

29 Bayesian Limit-setting Limt-setting L(s) L(data s) = i bins Poisson(d i;b i +s i ) P(s data) = L(s) Prior(s)/Norm Georgios Choudalakis (U.Chicago) Statistics for resonance search page 9

30 Convolution Convolution of systematics L(s;λ JES,λ lumi,λ fit uncertainty ) = i bins Poisson(d i;b i (λ fit )+s i (λ JES,λ lumi )) 3-dimensional Gaussian (Normal) p.d.f. in the 3-dimensional space of λs: π( λ). Integration is not made by throwing pseudo-experiments. Instead, we use a grid from -3 to +3 in each dimension. L(s) = d λl(s; λ)π( λ) Georgios Choudalakis (U.Chicago) Statistics for resonance search page 30

31 Convolution of systematics Frequentist coverage of Bayesian limit Coverage of 95% Bayesian limit.00 ATLAS Preliminary The coverage probability, or the fraction of times that the confidence interval defined by the Bayesian limit contains the true number of signal events, as a function of signal yield for a hypothetical q mass of 900 GeV. In this study, the coverage probabilities were found to lie in the vicinity of 95%, indicating compatibility between Bayesian and frequentist approaches Number of Signal Events Georgios Choudalakis (U.Chicago) Statistics for resonance search page 3

32 Convolution of systematics Systematics Convolution P(signal data) for flat prior ATLAS Preliminary - s=7 TeV Data ( Ldt=96 nb ) Posterior p.d.f. for q*(400) No systematic uncertainty Ldt uncertainty JES and Ldt uncertainty JES and Ldt and fit uncertainty Number of Signal Events Georgios Choudalakis (U.Chicago) Statistics for resonance search page 3

33 Convolution of systematics Conclusion The BumpHunter package offers a variety of model-independent tests. (The BumpHunter and TailHunter are just two of them.) The sensitivity of each method depends on the kind of signal, of course. Convolution of systematics was done more accurately and carefully, using the grid convolution (integration) method. You can use the software already. Documentation is being written. Georgios Choudalakis (U.Chicago) Statistics for resonance search page 33

arxiv: v1 [hep-ex] 21 Aug 2011

arxiv: v1 [hep-ex] 21 Aug 2011 arxiv:18.155v1 [hep-ex] 1 Aug 011 Early Searches with Jets with the ATLAS Detector at the LHC University of Chicago, Enrico Fermi Institute E-mail: georgios.choudalakis@cern.ch We summarize the analysis

More information

Two Early Exotic searches with dijet events at ATLAS

Two Early Exotic searches with dijet events at ATLAS ATL-PHYS-PROC-2011-022 01/06/2011 Two Early Exotic searches with dijet events at ATLAS University of Toronto, Department of Physics E-mail: rrezvani@physics.utoronto.ca This document summarises two exotic

More information

How to find a Higgs boson. Jonathan Hays QMUL 12 th October 2012

How to find a Higgs boson. Jonathan Hays QMUL 12 th October 2012 How to find a Higgs boson Jonathan Hays QMUL 12 th October 2012 Outline Introducing the scalar boson Experimental overview Where and how to search Higgs properties Prospects and summary 12/10/2012 2 The

More information

On behalf of the ATLAS and CMS Collaborations

On behalf of the ATLAS and CMS Collaborations On behalf of the ATLAS and CMS Collaborations Reza Goldouzian Université libre de Bruxelles 1 Ø There are several models of physics beyond the standard model require new particles that couple to quarks

More information

FYST17 Lecture 8 Statistics and hypothesis testing. Thanks to T. Petersen, S. Maschiocci, G. Cowan, L. Lyons

FYST17 Lecture 8 Statistics and hypothesis testing. Thanks to T. Petersen, S. Maschiocci, G. Cowan, L. Lyons FYST17 Lecture 8 Statistics and hypothesis testing Thanks to T. Petersen, S. Maschiocci, G. Cowan, L. Lyons 1 Plan for today: Introduction to concepts The Gaussian distribution Likelihood functions Hypothesis

More information

Statistical Data Analysis Stat 3: p-values, parameter estimation

Statistical Data Analysis Stat 3: p-values, parameter estimation Statistical Data Analysis Stat 3: p-values, parameter estimation London Postgraduate Lectures on Particle Physics; University of London MSci course PH4515 Glen Cowan Physics Department Royal Holloway,

More information

Primer on statistics:

Primer on statistics: Primer on statistics: MLE, Confidence Intervals, and Hypothesis Testing ryan.reece@gmail.com http://rreece.github.io/ Insight Data Science - AI Fellows Workshop Feb 16, 018 Outline 1. Maximum likelihood

More information

Discovery and Significance. M. Witherell 5/10/12

Discovery and Significance. M. Witherell 5/10/12 Discovery and Significance M. Witherell 5/10/12 Discovering particles Much of what we know about physics at the most fundamental scale comes from discovering particles. We discovered these particles by

More information

Statistical methods in CMS searches

Statistical methods in CMS searches Statistical methods in searches Amnon Harel, on behalf of the collaboration University of Rochester Introduction Abstract A review of the statistical methods used in the first searches for new physics

More information

Statistics for the LHC Lecture 1: Introduction

Statistics for the LHC Lecture 1: Introduction Statistics for the LHC Lecture 1: Introduction Academic Training Lectures CERN, 14 17 June, 2010 indico.cern.ch/conferencedisplay.py?confid=77830 Glen Cowan Physics Department Royal Holloway, University

More information

Hypothesis testing (cont d)

Hypothesis testing (cont d) Hypothesis testing (cont d) Ulrich Heintz Brown University 4/12/2016 Ulrich Heintz - PHYS 1560 Lecture 11 1 Hypothesis testing Is our hypothesis about the fundamental physics correct? We will not be able

More information

P Values and Nuisance Parameters

P Values and Nuisance Parameters P Values and Nuisance Parameters Luc Demortier The Rockefeller University PHYSTAT-LHC Workshop on Statistical Issues for LHC Physics CERN, Geneva, June 27 29, 2007 Definition and interpretation of p values;

More information

Extra dimensions and black holes at the LHC

Extra dimensions and black holes at the LHC Extra dimensions and black holes at the LHC R.M. Buckingham University of Oxford IOP half-day meeting - Black Holes, Extra Dimensions and Colliders Cavendish Laboratory, Cambridge Thursday 9th of December

More information

ATLAS and CMS diphoton resonance searches at 13 TeV

ATLAS and CMS diphoton resonance searches at 13 TeV ATLAS and CMS diphoton resonance searches at TeV Marco Delmastro CNRS/INP LAPP Annecy January th, 6 Marco Delmastro ATLAS and CMS high-mass diphoton resonance searches at TeV Overview ü https://cds.cern.ch/record/

More information

Physics 736. Experimental Methods in Nuclear-, Particle-, and Astrophysics. - Statistics and Error Analysis -

Physics 736. Experimental Methods in Nuclear-, Particle-, and Astrophysics. - Statistics and Error Analysis - Physics 736 Experimental Methods in Nuclear-, Particle-, and Astrophysics - Statistics and Error Analysis - Karsten Heeger heeger@wisc.edu Schedule No lecture next Monday, April 8, 2013. Walter will be

More information

Di-photon at 750 GeV! (A first read)

Di-photon at 750 GeV! (A first read) Di-photon at 750 GeV! (A first read) LianTao Wang ( )! U. Chicago Jan. 1, IAS HKUST Excess around 750 GeV?! Events / 40 GeV 4 3 1 ATLAS Preliminary Data Background-only fit -1 s = 13 TeV, 3. fb Events

More information

Boosted Top Resonance Searches at CMS

Boosted Top Resonance Searches at CMS Boosted Top Resonance Searches at CMS Justin Pilot, UC Davis on behalf of the CMS Collaboration Northwest Terascale Workshop, Using Jet Substructure University of Oregon 5 April 013 Introduction Many new

More information

W. Fedorko for the ATLAS collaboration

W. Fedorko for the ATLAS collaboration W. Fedorko for the ATLAS collaboration The Standard Model very well tested BUT: No way to incorporate gravity No viable dark matter candidate Hierarchy problem W. Fedorko High Mass resonances at ATLAS

More information

Evidence for D 0 - D 0 mixing. Marko Starič. J. Stefan Institute, Ljubljana, Slovenia. March XLII Rencontres de Moriond, La Thuile, Italy

Evidence for D 0 - D 0 mixing. Marko Starič. J. Stefan Institute, Ljubljana, Slovenia. March XLII Rencontres de Moriond, La Thuile, Italy Evidence for D - D mixing - D mixing (page 1) Introduction Mixing observed in K, Bd and B s (26), not yet in D system D mixing in the SM governed by box diagrams Effective GIM suppression mixing in D system

More information

arxiv: v1 [hep-ex] 8 Nov 2010

arxiv: v1 [hep-ex] 8 Nov 2010 Searches for Physics Beyond the Standard Model at CMS Sung-Won Lee, on behalf of the CMS Collaboration Texas Tech University, Lubbock, TX 799, USA Recent results on searches for physics beyond the Standard

More information

Search for high mass diphoton resonances at CMS

Search for high mass diphoton resonances at CMS Search for high mass diphoton resonances at CMS 51st Rencontres de Moriond Electroweak session Thursday 17th 2016, La Thuile (Italy) Pasquale Musella (ETH Zurich) on behalf of the CMS collaboration Motivation

More information

Hà γγ in the VBF production mode and trigger photon studies using the ATLAS detector at the LHC

Hà γγ in the VBF production mode and trigger photon studies using the ATLAS detector at the LHC Hà γγ in the VBF production mode and trigger photon studies using the ATLAS detector at the LHC Olivier DAVIGNON (LPNHE Paris / CNRS-IN2P3 / UPMC Paris Diderot) Journées de Rencontre Jeunes Chercheurs

More information

Journeys of an Accidental Statistician

Journeys of an Accidental Statistician Journeys of an Accidental Statistician A partially anecdotal account of A Unified Approach to the Classical Statistical Analysis of Small Signals, GJF and Robert D. Cousins, Phys. Rev. D 57, 3873 (1998)

More information

Higgs and Z τ + τ in CMS

Higgs and Z τ + τ in CMS Higgs and Z τ + τ in CMS Christian Veelken for the CMS Collaboration Moriond EWK Conference, March 14 th 2011 Z τ + τ - Production @ 7 TeV τ + Z τ - CMS Measurement of Z/γ* l + l -, l = e/µ: σ BR(Z/γ*

More information

arxiv: v6 [physics.data-an] 20 Feb 2018

arxiv: v6 [physics.data-an] 20 Feb 2018 EPJ manuscript No. (will be inserted by the editor) arxiv:.6v6 [physics.data-an] Feb 8 Plotting the Differences etween Data and Expectation Georgios Choudalakis and Diego Casadei University of Chicago,

More information

Harrison B. Prosper. CMS Statistics Committee

Harrison B. Prosper. CMS Statistics Committee Harrison B. Prosper Florida State University CMS Statistics Committee 08-08-08 Bayesian Methods: Theory & Practice. Harrison B. Prosper 1 h Lecture 3 Applications h Hypothesis Testing Recap h A Single

More information

Searches using displaced leptons or jets

Searches using displaced leptons or jets Searches using displaced leptons or jets J Antonelli with input from M Flowerdew, P Pais, R Rosten, H Russell I ve spoken with authors from ~all of the relevant searches, here are some general musings

More information

Probing Dark Matter at the LHC

Probing Dark Matter at the LHC July 15, 2016 PPC2016 1 Probing Dark Matter at the LHC SM SM DM DM Search for production of DM particles from interacting SM particles Models tested at ATLAS assume DM WIMP Infer DM production through

More information

Feasibility of a cross-section measurement for J/ψ->ee with the ATLAS detector

Feasibility of a cross-section measurement for J/ψ->ee with the ATLAS detector Feasibility of a cross-section measurement for J/ψ->ee with the ATLAS detector ATLAS Geneva physics meeting Andrée Robichaud-Véronneau Outline Motivation Theoretical background for J/ψ hadroproduction

More information

Inclusive top pair production at Tevatron and LHC in electron/muon final states

Inclusive top pair production at Tevatron and LHC in electron/muon final states Inclusive top pair production at Tevatron and LHC in electron/muon final states Andreas Jung for the ATLAS, CDF, CMS and D Collaboration Fermilab, DAB5 - MS 357, P.O. Box 5, Batavia, IL, 651, USA DOI:

More information

Tutorial 8: Discovery of the Higgs boson

Tutorial 8: Discovery of the Higgs boson Tutorial 8: Discovery of the Higgs boson Dr. M Flowerdew May 6, 2014 1 Introduction From its inception in the 1960 s, the Standard Model was quickly established, but it took about 50 years for all of the

More information

Statistical Tools in Collider Experiments. Multivariate analysis in high energy physics

Statistical Tools in Collider Experiments. Multivariate analysis in high energy physics Statistical Tools in Collider Experiments Multivariate analysis in high energy physics Lecture 5 Pauli Lectures - 10/02/2012 Nicolas Chanon - ETH Zürich 1 Outline 1.Introduction 2.Multivariate methods

More information

Why I never believed the Tevatron Higgs sensitivity claims for Run 2ab Michael Dittmar

Why I never believed the Tevatron Higgs sensitivity claims for Run 2ab Michael Dittmar Why I never believed the Tevatron Higgs sensitivity claims for Run 2ab Michael Dittmar 18.03.09 Why I never believed the Tevatron Higgs sensitivity claims for Run 2ab Michael Dittmar 18.03.09 How to judge

More information

Seminario di fine III anno

Seminario di fine III anno Seminario di fine III anno Dottorato in Fisica ed Astrofisica Ciclo XXIV Federico De Guio Università degli Studi di Milano Bicocca ed INFN Outline: Vertex selection in Hgg events W search with 1/fb Vertex

More information

PoS(ICHEP2012)238. Search for B 0 s µ + µ and other exclusive B decays with the ATLAS detector. Paolo Iengo

PoS(ICHEP2012)238. Search for B 0 s µ + µ and other exclusive B decays with the ATLAS detector. Paolo Iengo Search for B s µ + µ and other exclusive B decays with the ATLAS detector. On behalf of the ATLAS Collaboration INFN Naples, Italy E-mail: paolo.iengo@cern.ch The ATLAS experiment, collecting data in pp

More information

Statistical Methods in Particle Physics Lecture 2: Limits and Discovery

Statistical Methods in Particle Physics Lecture 2: Limits and Discovery Statistical Methods in Particle Physics Lecture 2: Limits and Discovery SUSSP65 St Andrews 16 29 August 2009 Glen Cowan Physics Department Royal Holloway, University of London g.cowan@rhul.ac.uk www.pp.rhul.ac.uk/~cowan

More information

First two sided limit on BR(B s μ + μ - ) Matthew Herndon, University of Wisconsin Madison SUSY M. Herndon, SUSY

First two sided limit on BR(B s μ + μ - ) Matthew Herndon, University of Wisconsin Madison SUSY M. Herndon, SUSY First two sided limit on BR(B s μ + μ - ) Matthew Herndon, University of Wisconsin Madison SUSY 2011 M. Herndon, SUSY 2011 1 B s(d) μ + μ - Beyond the SM Indirect searches for new physics Look at processes

More information

Recall the Basics of Hypothesis Testing

Recall the Basics of Hypothesis Testing Recall the Basics of Hypothesis Testing The level of significance α, (size of test) is defined as the probability of X falling in w (rejecting H 0 ) when H 0 is true: P(X w H 0 ) = α. H 0 TRUE H 1 TRUE

More information

Physics 509: Error Propagation, and the Meaning of Error Bars. Scott Oser Lecture #10

Physics 509: Error Propagation, and the Meaning of Error Bars. Scott Oser Lecture #10 Physics 509: Error Propagation, and the Meaning of Error Bars Scott Oser Lecture #10 1 What is an error bar? Someone hands you a plot like this. What do the error bars indicate? Answer: you can never be

More information

Statistical Tools in Collider Experiments. Multivariate analysis in high energy physics

Statistical Tools in Collider Experiments. Multivariate analysis in high energy physics Statistical Tools in Collider Experiments Multivariate analysis in high energy physics Pauli Lectures - 06/0/01 Nicolas Chanon - ETH Zürich 1 Main goals of these lessons - Have an understanding of what

More information

E. Santovetti lesson 4 Maximum likelihood Interval estimation

E. Santovetti lesson 4 Maximum likelihood Interval estimation E. Santovetti lesson 4 Maximum likelihood Interval estimation 1 Extended Maximum Likelihood Sometimes the number of total events measurements of the experiment n is not fixed, but, for example, is a Poisson

More information

Statistics for Particle Physics. Kyle Cranmer. New York University. Kyle Cranmer (NYU) CERN Academic Training, Feb 2-5, 2009

Statistics for Particle Physics. Kyle Cranmer. New York University. Kyle Cranmer (NYU) CERN Academic Training, Feb 2-5, 2009 Statistics for Particle Physics Kyle Cranmer New York University 91 Remaining Lectures Lecture 3:! Compound hypotheses, nuisance parameters, & similar tests! The Neyman-Construction (illustrated)! Inverted

More information

Bayes at the Frontier: The Promise and Challenges

Bayes at the Frontier: The Promise and Challenges : The Promise and Department of Physics, Florida State University September 21, 2012 Outline Introduction 1 Introduction 2 3 4 5 6 21st century astrophysics, cosmology, and high energy physics share many

More information

B-quark discovery. e+ e- PETRA GeV TRISTAN 61.4 GeV LEP Mz Mt > 45.8 GeV

B-quark discovery. e+ e- PETRA GeV TRISTAN 61.4 GeV LEP Mz Mt > 45.8 GeV 1970s B-quark discovery e+ e- PETRA 12-47 GeV TRISTAN 61.4 GeV LEP Mz Mt > 45.8 GeV p+p- ISR 60 GeV SppS 630 GeV Tevatron 1800 GeV 1984 UA1 Mt = 40 ± 10 1989 UA1 Mt > 60 GeV UA2 Mt > 69 GeV 1989 CDF Mt

More information

Search for b Ø bz. CDF note Adam Scott, David Stuart UCSB. 1 Exotics Meeting. Blessing

Search for b Ø bz. CDF note Adam Scott, David Stuart UCSB. 1 Exotics Meeting. Blessing Search for b Ø bz CDF note 8465 Adam Scott, David Stuart UCSB Exotics Meeting Blessing 1 Exotics Meeting Analysis in a Nutshell Looking for new particles decaying to Z+jets Select Z s in the dielectron

More information

The X(3872) at the Tevatron

The X(3872) at the Tevatron The X(387) at the Tevatron Ulrich Kerzel, University of Karlsruhe for the CDF and D0 collaborations BEAUTY 005 Physics at the Tevatron observe p p collisions at s =1.96 TeV 1 fb -1 luminosity delivered

More information

The Tevatron Higgs Search

The Tevatron Higgs Search Experiences from Tevatron Searches Wade Fisher Fermilab, Illinois, United States 1 Introduction Abstract In preparation for the possibility of new physics at the Large Hadron Collider at CERN, experiences

More information

Search for Quark Substructure in 7 TeV pp Collisions with the ATLAS Detector

Search for Quark Substructure in 7 TeV pp Collisions with the ATLAS Detector Search for Quark Substructure in 7 TeV pp Collisions with the ATLAS Detector Frank Berghaus SUPERVISOR: Michel Lefebvre University of Victoria June 12, 2012 Introduction ATLAS and the LHC The LHC provides

More information

Statistical Methods for Discovery and Limits in HEP Experiments Day 3: Exclusion Limits

Statistical Methods for Discovery and Limits in HEP Experiments Day 3: Exclusion Limits Statistical Methods for Discovery and Limits in HEP Experiments Day 3: Exclusion Limits www.pp.rhul.ac.uk/~cowan/stat_freiburg.html Vorlesungen des GK Physik an Hadron-Beschleunigern, Freiburg, 27-29 June,

More information

Early physics with Atlas at LHC

Early physics with Atlas at LHC Early physics with Atlas at LHC Bellisario Esposito (INFN-Frascati) On behalf of the Atlas Collaboration Outline Atlas Experiment Physics goals Next LHC run conditions Physics processes observable with

More information

Hypothesis testing. Chapter Formulating a hypothesis. 7.2 Testing if the hypothesis agrees with data

Hypothesis testing. Chapter Formulating a hypothesis. 7.2 Testing if the hypothesis agrees with data Chapter 7 Hypothesis testing 7.1 Formulating a hypothesis Up until now we have discussed how to define a measurement in terms of a central value, uncertainties, and units, as well as how to extend these

More information

Recent Heavy Flavors results from Tevatron. Aleksei Popov (Institute for High Energy Physics, Protvino) on behalf of the CDF and DØ Collaborations

Recent Heavy Flavors results from Tevatron. Aleksei Popov (Institute for High Energy Physics, Protvino) on behalf of the CDF and DØ Collaborations Recent Heavy Flavors results from Tevatron Aleksei Popov (Institute for High Energy Physics, Protvino) on behalf of the CDF and DØ Collaborations March 27, 2017 Outline Tevatron, CDF and DØ Confirmation

More information

Hadronic Exotica Searches at CMS

Hadronic Exotica Searches at CMS Hadronic Exotica Searches at CMS Dinko Ferenček Rutgers, The State University of New Jersey On behalf of the CMS Collaboration SEARCH2012 Workshop March 19, 2012 College Park, Maryland Introduction and

More information

Search for W' tb in the hadronic final state at ATLAS

Search for W' tb in the hadronic final state at ATLAS Search for W' tb in the hadronic final state at ATLAS Ho Ling Li The University of Chicago January 5, 2015 1 Introduction What is W'? A charged, heavy, Standard-Model-like W gauge boson Analysis channels

More information

Searches for Exotic Physics with the ATLAS Detector

Searches for Exotic Physics with the ATLAS Detector Searches for Exotic Physics with the ATLAS Detector Emily Thompson University of Massachusetts, Amherst on behalf of the ATLAS Collaboration Rencontres de Moriond 2011 QCD and High Energy Interactions

More information

First two sided limit on BR(B s µ + µ - ) Matthew Herndon, University of Wisconsin Madison SUSY M. Herndon, SUSY

First two sided limit on BR(B s µ + µ - ) Matthew Herndon, University of Wisconsin Madison SUSY M. Herndon, SUSY First two sided limit on BR(B s µ + µ - ) Matthew Herndon, University of Wisconsin Madison SUSY 2011 M. Herndon, SUSY 2011 1 B s(d) µ + µ - Beyond the SM! Indirect searches for new physics! Look at processes

More information

b hadron properties and decays (ATLAS)

b hadron properties and decays (ATLAS) b hadron properties and decays (ATLAS) Milind V. Purohit Univ. of South Carolina, USA for the ATLAS collaboration M. V. Purohit SM@LHC 2012 1 Outline Detector, Di muon trigger, Performance: Mass, vertex

More information

Study on the Two-Photon Transition from ψ(2s) to J/ψ at BESIII

Study on the Two-Photon Transition from ψ(2s) to J/ψ at BESIII Study on the Two-Photon Transition from ψ(2s) to J/ψ at BESIII 吕晓睿 Xiao-Rui Lu (E-mail: xiaorui@gucas.ac.cn) Graduate University of Chinese Academy of Sciences (GUCAS) List of Contents: Introduction (on

More information

Recent ATLAS measurements in Higgs to diboson channels

Recent ATLAS measurements in Higgs to diboson channels Recent ATLAS measurements in Higgs to diboson channels Yusheng Wu University of Michigan Institute of Physics, Academia Sinica On behalf of the ATLAS collaboration August 31 st - Higgs Hunting 2016 Introduction

More information

Statistical Methods for Particle Physics (I)

Statistical Methods for Particle Physics (I) Statistical Methods for Particle Physics (I) https://agenda.infn.it/conferencedisplay.py?confid=14407 Glen Cowan Physics Department Royal Holloway, University of London g.cowan@rhul.ac.uk www.pp.rhul.ac.uk/~cowan

More information

QCD Studies at LHC with the Atlas detector

QCD Studies at LHC with the Atlas detector QCD Studies at LHC with the Atlas detector Introduction Sebastian Eckweiler - University of Mainz (on behalf of the ATLAS Collaboration) Examples of QCD studies Minimum bias & underlying event Jet-physics

More information

Searches for BSM Physics in Rare B-Decays in ATLAS

Searches for BSM Physics in Rare B-Decays in ATLAS Searches for BSM Physics in Rare B-Decays in ATLAS Iskander Ibragimov on behalf of the ATLAS Collaboration SUSY 14 The nd International Conference on Supersymmetry and Unification of Fundamental Interactions

More information

The Higgs boson discovery. Kern-und Teilchenphysik II Prof. Nicola Serra Dr. Annapaola de Cosa Dr. Marcin Chrzaszcz

The Higgs boson discovery. Kern-und Teilchenphysik II Prof. Nicola Serra Dr. Annapaola de Cosa Dr. Marcin Chrzaszcz The Higgs boson discovery Kern-und Teilchenphysik II Prof. Nicola Serra Dr. Annapaola de Cosa Dr. Marcin Chrzaszcz Higgs production at the LHC g H VBF (Vector Boson Fusion) g gg fusion q 2 W/Z q 0 2 H

More information

Higgs Production at LHC

Higgs Production at LHC Higgs Production at LHC Vittorio Del Duca INFN LNF WONP-NURT La Habana 5 february 2013 CERN North Jura ATLAS Sketch of LHC North Ring 26,6 Km long and 3,8 m of diameter, made of 8 arches connected by 8

More information

Higgs Boson at the CMS experiment

Higgs Boson at the CMS experiment 16 th Lomonosov Conference on Elementary Particle Physics 22 28 August 2013, Moscow (Russia) Higgs Boson at the CMS experiment Somnath Choudhury (for the CMS collaboration) 5.1 fb -1 @ 7 TeV + 5.3 fb -1

More information

First V+jets results with CMS. Vitaliano Ciulli (Univ. & INFN Firenze) V+jets workshop, 8-10 Sep 2010, Durham

First V+jets results with CMS. Vitaliano Ciulli (Univ. & INFN Firenze) V+jets workshop, 8-10 Sep 2010, Durham First V+jets results with CMS Vitaliano Ciulli (Univ. & INFN Firenze) V+jets workshop, 8- Sep 20, Durham Outline Jet and missing energy reconstruction W and Z selections and cross-section measurement First

More information

Statistical Methods for Particle Physics Lecture 4: discovery, exclusion limits

Statistical Methods for Particle Physics Lecture 4: discovery, exclusion limits Statistical Methods for Particle Physics Lecture 4: discovery, exclusion limits www.pp.rhul.ac.uk/~cowan/stat_aachen.html Graduierten-Kolleg RWTH Aachen 10-14 February 2014 Glen Cowan Physics Department

More information

STATS 200: Introduction to Statistical Inference. Lecture 29: Course review

STATS 200: Introduction to Statistical Inference. Lecture 29: Course review STATS 200: Introduction to Statistical Inference Lecture 29: Course review Course review We started in Lecture 1 with a fundamental assumption: Data is a realization of a random process. The goal throughout

More information

Colin Jessop. University of Notre Dame

Colin Jessop. University of Notre Dame Colin Jessop University of Notre Dame Test the evolution of QCD to higher energies ( and lower x) Search for new particles with Quarks, gluons and photons in Final state Jet production is dominant process

More information

Use of the likelihood principle in physics. Statistics II

Use of the likelihood principle in physics. Statistics II Use of the likelihood principle in physics Statistics II 1 2 3 + Bayesians vs Frequentists 4 Why ML does work? hypothesis observation 5 6 7 8 9 10 11 ) 12 13 14 15 16 Fit of Histograms corresponds This

More information

Higgs-related SM Measurements at ATLAS

Higgs-related SM Measurements at ATLAS Higgs-related SM Measurements at ATLAS Junjie Zhu University of Michigan 2 nd MCTP Spring Symposium on Higgs Boson Physics Outline Introduction Isolated γγ cross section (37 pb -1, Phys. Rev. D 85, 012003

More information

B-physics with ATLAS and CMS

B-physics with ATLAS and CMS Physics at LHC-2008 Split-CROATIA, 29.9. 4.10.2008 B-physics with ATLAS and CMS Brigitte Epp, Astro- and Particle Physics, University of Innsbruck, Austria representing ATLAS / CMS collaborations B-physics

More information

Searches for Dark Matter with in Events with Hadronic Activity

Searches for Dark Matter with in Events with Hadronic Activity Searches for Dark Matter with in Events with Hadronic Activity Gabriele Chiodini, On behalf of the ATLAS Collaboration. INFN sezione di Lecce, via Arnesano 73100 Lecce - Italy ATL-PHYS-PROC-2017-176 02

More information

Median Statistics Analysis of Non- Gaussian Astrophysical and Cosmological Data Compilations

Median Statistics Analysis of Non- Gaussian Astrophysical and Cosmological Data Compilations Median Statistics Analysis of Non- Gaussian Astrophysical and Cosmological Data Compilations Amber Thompson Mentor: Dr. Bharat Ratra Graduate Student: Tia Camarillo Background Motivation Scientific integrity

More information

Measurement of EW production! of Z+2j at the LHC

Measurement of EW production! of Z+2j at the LHC Measurement of EW production! of Z+j at the LHC Frontiers of Fundamental Physics, Marseille Kiran Joshi On behalf the ATLAS and CMS collaborations /7/ Overview Introduction and motivation ATLAS measurement

More information

ATLAS: LHC 2016: 240 GeV Higgs Mass State at 3.6 sigma

ATLAS: LHC 2016: 240 GeV Higgs Mass State at 3.6 sigma ATLAS: LHC 2016: 240 GeV Higgs Mass State at 3.6 sigma Frank Dodd (Tony) Smith, Jr. - July 2017 - vixra 1707.0367 5 July 2017 ATLAS released ATLAS-CONF-2017-058 saying:... A search for heavy resonances

More information

Lecture 2. G. Cowan Lectures on Statistical Data Analysis Lecture 2 page 1

Lecture 2. G. Cowan Lectures on Statistical Data Analysis Lecture 2 page 1 Lecture 2 1 Probability (90 min.) Definition, Bayes theorem, probability densities and their properties, catalogue of pdfs, Monte Carlo 2 Statistical tests (90 min.) general concepts, test statistics,

More information

arxiv: v1 [hep-ex] 8 Jan 2018

arxiv: v1 [hep-ex] 8 Jan 2018 Top mass measurements in ATLAS and CMS arxiv:8.239v [hep-ex] 8 Jan 28 A. CASTRO University of Bologna and INFN, Bologna, Italy On behalf of the ATLAS and CMS Collaborations Abstract Top quarks are produced

More information

Physics 509: Bootstrap and Robust Parameter Estimation

Physics 509: Bootstrap and Robust Parameter Estimation Physics 509: Bootstrap and Robust Parameter Estimation Scott Oser Lecture #20 Physics 509 1 Nonparametric parameter estimation Question: what error estimate should you assign to the slope and intercept

More information

Is there evidence for a peak in this data?

Is there evidence for a peak in this data? Is there evidence for a peak in this data? 1 Is there evidence for a peak in this data? Observation of an Exotic S=+1 Baryon in Exclusive Photoproduction from the Deuteron S. Stepanyan et al, CLAS Collab,

More information

Search for di-higgs to 4b with the ATLAS detector. Tony(Baojia)Tong, Harvard University CLHCP, PKU, Dec. 18, 2016

Search for di-higgs to 4b with the ATLAS detector. Tony(Baojia)Tong, Harvard University CLHCP, PKU, Dec. 18, 2016 Search for di-higgs to 4b with the ATLAS detector Tony(Baojia)Tong, Harvard University CLHCP, PKU, Dec. 8, 6 Motivation Di-Higgs production Cross section small in SM: 8 TeV ~ fb (NNLO) 3 TeV ~ 38 fb (NNLO

More information

Hypotheses and Errors

Hypotheses and Errors Hypotheses and Errors Jonathan Bagley School of Mathematics, University of Manchester Jonathan Bagley, September 23, 2005 Hypotheses & Errors - p. 1/22 Overview Today we ll develop the standard framework

More information

PoS(EPS-HEP2011)250. Search for Higgs to WW (lνlν, lνqq) with the ATLAS Detector. Jonas Strandberg

PoS(EPS-HEP2011)250. Search for Higgs to WW (lνlν, lνqq) with the ATLAS Detector. Jonas Strandberg with the ATLAS Detector Royal Institute of Technology, KTH, Stockholm, Sweden E-mail: jostran@kth.se Higgs boson searches in the H WW ( ) lνlν (l = e, µ) and the H WW ( ) lνqq decay modes, using. fb of

More information

Combination of top quark physics results at the LHC

Combination of top quark physics results at the LHC Combination of top quark physics results at the LHC María Aldaya (DESY) for the CMS & ATLAS Collaborations within the TOPLHCWG ICHEP 2014, Valencia, 2-9 July 2014 What is the TOPLHCWG? http://lpcc.web.cern.ch/lpcc/

More information

Dimitris Iliadis AUTh, LAPP. On behalf of the ATLAS collaboration. XIIth Quark Confinement and the Hadron Spectrum 29 August 2016, Thessaloniki

Dimitris Iliadis AUTh, LAPP. On behalf of the ATLAS collaboration. XIIth Quark Confinement and the Hadron Spectrum 29 August 2016, Thessaloniki Measurement of the W boson pair production cross section at 13 TeV and confidence intervals on anomalous triple gauge couplings with the ATLAS detector Dimitris Iliadis AUTh, LAPP On behalf of the ATLAS

More information

Text. Decays of heavy flavour hadrons measured by CMS and ATLAS. M.Smizanska, Lancaster University

Text. Decays of heavy flavour hadrons measured by CMS and ATLAS. M.Smizanska, Lancaster University Text Decays of heavy flavour hadrons measured by CMS and ATLAS M. Outline Data collection and B-trigger strategies ID performance with increasing pileup Lifetimes B avg Bs, Bd Masses Λ b Bc Searches for

More information

Contact the LHC

Contact the LHC SUSY07, Karlsruhe, 31/07/2007 15th International Conference on Supersymmetry and the Unification of Fundamental Interactions Contact Interactions @ the LHC Mónica L. VázuezV Acosta (CERN) on behalf of

More information

Detection of Z Gauge Bosons in the Di-muon Decay Mode in CMS

Detection of Z Gauge Bosons in the Di-muon Decay Mode in CMS Detection of Z Gauge Bosons in the Di-muon Decay Mode in CM Robert Cousins, Jason Mumford and Viatcheslav Valuev University of California, Los Angeles for the CM collaboration Physics at LHC Vienna, -7

More information

Physics 403. Segev BenZvi. Classical Hypothesis Testing: The Likelihood Ratio Test. Department of Physics and Astronomy University of Rochester

Physics 403. Segev BenZvi. Classical Hypothesis Testing: The Likelihood Ratio Test. Department of Physics and Astronomy University of Rochester Physics 403 Classical Hypothesis Testing: The Likelihood Ratio Test Segev BenZvi Department of Physics and Astronomy University of Rochester Table of Contents 1 Bayesian Hypothesis Testing Posterior Odds

More information

b and c production in CMS

b and c production in CMS b and c production in CMS and ATLAS Francesco Fiori on behalf of CMS and ATLAS collaborations VII Meeting on B-physics (LAL) LHC luminosity evolution LHC startup in March 2010 9.67 pb -1 delivered lumi

More information

Top Quark Production at the LHC. Masato Aoki (Nagoya University, Japan) For the ATLAS, CMS Collaborations

Top Quark Production at the LHC. Masato Aoki (Nagoya University, Japan) For the ATLAS, CMS Collaborations Top Quark Production at the LHC Masato Aoki (Nagoya University, Japan) For the ATLAS, CMS Collaborations Phys. Rev. D 83 (2011) 091503, Phys. Rev. D 82 (2010) 054018, Phys. Rev. D 81 (2010) 054028, Comput.

More information

Dark Matter in ATLAS

Dark Matter in ATLAS Dark Matter in ATLAS Silvia Resconi INFN Milano (on behalf of the ATLAS Collaboration) Ordinary Matter Dark Matter Dark Energy Rencontre de Moriond: QCD and High Energy Interactions 21st March 2016 Outline

More information

arxiv: v1 [hep-ph] 24 Oct 2011

arxiv: v1 [hep-ph] 24 Oct 2011 How to Use Experimental Data to Compute the Probability of Your Theory arxiv:1110.5295v1 [hep-ph] 24 Oct 2011 Georgios Choudalakis University of Chicago, Enrico Fermi Institute, 5640 South Ellis Avenue.

More information

Recent Results from the Tevatron

Recent Results from the Tevatron Recent Results from the Tevatron Simona Rolli Tufts University (on behalf of the CDF and D0 Collaborations) PPC 2010: IV INTERNATIONAL WORKSHOP ON THE INTERCONNECTION BETWEEN PARTICLE PHYSICS AND COSMOLOGY

More information

Multivariate Analysis for Setting the Limit with the ATLAS Detector

Multivariate Analysis for Setting the Limit with the ATLAS Detector Multivariate Analysis for Setting the Limit with the ATLAS B s! µ + µ Detector T. Alexopoulos, E. Gazis, S. Leontsinis - NTU Athens A.Cerri CERN International School of Subnuclear Physics 50 th Course

More information

Hypotheses Testing. Chapter Hypotheses and tests statistics

Hypotheses Testing. Chapter Hypotheses and tests statistics Chapter 8 Hypotheses Testing In the previous chapters we used experimental data to estimate parameters. Here we will use data to test hypotheses. A typical example is to test whether the data are compatible

More information

Search for High Mass SM Higgs at the Tevatron

Search for High Mass SM Higgs at the Tevatron Search for High Mass SM Higgs at the Tevatron Les Rencontres de Physique de la Vallee D'Aoste Mar. 6, 2009 Herbert Greenlee Fermilab for the CDF and D0 Collaborations SM Higgs Boson Direct Limit (LEP)

More information

A search for t t resonances using 3.2 fb 1 of proton-proton collisions at 13 TeV: Boosted analysis

A search for t t resonances using 3.2 fb 1 of proton-proton collisions at 13 TeV: Boosted analysis A search for t t resonances using 3.2 fb 1 of proton-proton collisions at 13 TeV: Boosted analysis Silvestre Marino Romano on behalf of ATLAS team LPC Clermont-Ferrand May 19, 2016 S. M. Romano ( LPC Clermont-Ferrand

More information

Statistics notes. A clear statistical framework formulates the logic of what we are doing and why. It allows us to make precise statements.

Statistics notes. A clear statistical framework formulates the logic of what we are doing and why. It allows us to make precise statements. Statistics notes Introductory comments These notes provide a summary or cheat sheet covering some basic statistical recipes and methods. These will be discussed in more detail in the lectures! What is

More information