Lecture 1. Motivation and course overview

Statistical Data Analysis

Dmitry V. Naumov (JINR)

Disclaimer

  • I am not a statistician. I am a physicist who uses statistical analysis in practice.
  • I will introduce the main concepts, tricks, and the language physicists use when talking to each other:
    • I discovered a signal with 5 \(\sigma\) significance!
    • We observe an excess in the data.
    • No significant excess is seen.
    • We exclude this region of parameter space at 95% C.L.
    • We set an upper limit on the cross section.
    • The fit converged nicely.
    • The dominant uncertainty is systematic.
    • Correlations between bins are important.
    • These nuisance parameters were profiled in the fit.
    • We must use the full covariance matrix.

Notations

  • Scalars will be denoted by italic letters: \(x\), \(y\), \(\theta\)

  • Vectors will be denoted in boldface: \(\mathbf{x}=(x_1,x_2,\dots,x_n)\)

  • Matrices will be denoted in boldface capitals: \(\mathbf{V}\), \(\mathbf{M}\)

  • Random variables will be denoted by capital letters: \(X\), \(Y\)

  • Their observed values will be denoted by lowercase letters: \(x\), \(y\)

  • Probability of an event \(A\) will be denoted by \(P(A)\)

  • Probability density function will be denoted by \(f(x)\) or \(p(x)\)

  • Model parameters will be denoted by \(\theta\)

  • Estimated values of parameters will be denoted by \(\widehat{\theta}\)

Notations (continued)

  • Expectation value: \(\mathbb{E}[X]\)

  • Variance: \(\mathrm{Var}(X)\)

  • Standard deviation: \(\sigma_X=\sqrt{\mathrm{Var}(X)}\)

  • Covariance: \(\mathrm{cov}(X,Y)\)

  • Correlation coefficient: \(\rho(X,Y)\)

Frequentist vs Bayes

There are two schools that treat probability differently.

  • Relative frequency (Frequentist)
    \(A\), \(B\), … are outcomes of a repeatable experiment.

    \[ P(A)=\lim\limits_{n\to\infty}\frac{\text{number of times outcome is }A}{n} \]

  • Subjective probability (Bayes)

    \[ P(A)=\text{degree of belief that }A\text{ is true} \]

    \[ P(A\mid B)=\frac{P(B\mid A)\,P(A)}{P(B)} \]

  • In this course I will talk mainly about Frequentist statistics.

Literature

Why do we need statistics in physics?

Four major steps

  • Theory:
    • Effect encoded in \(\mathbf{t}\).
    • Example: number of Higgs bosons produced at LHC.
  • Experiment:
    • Search for the effect. Measured value \(\mathbf{d}\).
  • Statistical Analysis:
    • Compare model expectation \(\mathbf{t}\) to observation \(\mathbf{d}\).
    • Draw a conclusion:
      • theory is confirmed = experimental discovery.
      • theory is ruled out = excluded.
  • Write a paper.

Can you read these typical plots in modern physics?

Discovery of the Higgs boson

  • What are
    • \(p\)-value?
    • \(\sigma\)?

Daya Bay discovery of non zero \(\theta_{13}\)

Published in: Phys.Rev.Lett. 108 (2012) 171803

  • What is the oscillation fit?
  • What is a best fit value?
  • What is a statistical significance of the fit?

Daya Bay exclusion of parameter space for sterile neutrino

Published in: Phys.Rev.Lett. 133 (2024) 5, 051801

  • What is excluded here?
  • Why excluded?
  • What is “FC sensitivity”?
  • What is CL\(_s\)?

These figures contain many concepts

  • random fluctuations
  • probability distributions
  • likelihood and \(\chi^2\)
  • best fit
  • confidence intervals and contours
  • significance and \(p\)-values
  • systematic uncertainties
  • nuisance parameters
  • profiling
  • upper limits and exclusions

If you do not understand all of this — this course is for you

What will we learn?

  • Probability, Bayes’ theorem
  • Random variables and probability densities
  • Expectation values, error propagation
  • Various pdfs (probability density functions)
  • The Monte Carlo method
  • Statistical tests: general concepts
  • Test statistics, multivariate methods
  • Goodness-of-fit tests: p-values, significance, discovery and exclusion

What will we learn?

  • Feldman–Cousins, CL\(_s\), and other methods
  • Parameter estimation, maximum likelihood
  • Method of least squares
  • Interval estimation, setting limits
  • Nuisance parameters, systematic uncertainties
  • Examples of Bayesian approach

Let us begin

A toy example: determine the width of a Gaussian

  • Assume that the data follow a Gaussian shape \[ y(x)=\exp\!\left(-\frac{x^2}{2\sigma^2}\right), \] with known center \(x_0=0\) and normalization \(N=1\).

  • The only unknown parameter is the width \(\sigma\).

  • We generate pseudo-data with statistical fluctuations.

  • Your task is to find \(\sigma\) by comparing the model to the data.

  • For each chosen value of \(\sigma\), we calculate \[ \chi^2(\sigma)=\sum_i \frac{[y_i-y(x_i;\sigma)]^2}{\delta y_i^2}. \]

  • The best-fit value of \(\sigma\) minimizes \(\chi^2\).

Pseudo-data and fit

Exercises

Exercise

Show that the likelihood for a Poisson count \(n\) with expectation \(\mu\) is \[ L(\mu)=\frac{\mu^n e^{-\mu}}{n!}. \]