g. cowan lectures on statistical data analysis 1 statistical data analysis: lecture 10 1probability,...

20
G. Cowan Lectures on Statistical Data Analysis 1 Statistical Data Analysis: Lecture 10 Probability, Bayes’ theorem, random variables, pd Functions of r.v.s, expectation values, error pro Catalogue of pdfs The Monte Carlo method Statistical tests: general concepts Test statistics, multivariate methods Significance tests Parameter estimation, maximum likelihood More maximum likelihood Method of least squares Interval estimation, setting limits Nuisance parameters, systematic uncertainties Examples of Bayesian approach tba

Post on 19-Dec-2015

223 views

Category:

Documents


0 download

TRANSCRIPT

G. Cowan Lectures on Statistical Data Analysis 1

Statistical Data Analysis: Lecture 10

1 Probability, Bayes’ theorem, random variables, pdfs2 Functions of r.v.s, expectation values, error propagation3 Catalogue of pdfs4 The Monte Carlo method5 Statistical tests: general concepts6 Test statistics, multivariate methods7 Significance tests8 Parameter estimation, maximum likelihood9 More maximum likelihood10 Method of least squares11 Interval estimation, setting limits12 Nuisance parameters, systematic uncertainties13 Examples of Bayesian approach14 tba

G. Cowan Lectures on Statistical Data Analysis 2

The method of least squaresSuppose we measure N values, y1, ..., yN, assumed to be independent Gaussian r.v.s with

Assume known values of the controlvariable x1, ..., xN and known variances

The likelihood function is

We want to estimate θ, i.e., fit the curve to the data points.

G. Cowan Lectures on Statistical Data Analysis 3

The method of least squares (2)

The log-likelihood function is therefore

So maximizing the likelihood is equivalent to minimizing

Minimum defines the least squares (LS) estimator

Very often measurement errors are ~Gaussian and so MLand LS are essentially the same.

Often minimize χ2 numerically (e.g. program MINUIT).

G. Cowan Lectures on Statistical Data Analysis 4

LS with correlated measurements

If the yi follow a multivariate Gaussian, covariance matrix V,

Then maximizing the likelihood is equivalent to minimizing

G. Cowan Lectures on Statistical Data Analysis 5

Example of least squares fit

Fit a polynomial of order p:

G. Cowan Lectures on Statistical Data Analysis 6

Variance of LS estimatorsIn most cases of interest we obtain the variance in a mannersimilar to ML. E.g. for data ~ Gaussian we have

and so

or for the graphical method we take the values of θ where

1.0

G. Cowan Lectures on Statistical Data Analysis 7

Two-parameter LS fit

G. Cowan Lectures on Statistical Data Analysis 8

Goodness-of-fit with least squaresThe value of the χ2 at its minimum is a measure of the levelof agreement between the data and fitted curve:

It can therefore be employed as a goodness-of-fit statistic totest the hypothesized functional form λ(x; θ).

We can show that if the hypothesis is correct, then the statistic t = χ2

min follows the chi-square pdf,

where the number of degrees of freedom is

nd = number of data points - number of fitted parameters

G. Cowan Lectures on Statistical Data Analysis 9

Goodness-of-fit with least squares (2)

The chi-square pdf has an expectation value equal to the number of degrees of freedom, so if χ2

min ≈ nd the fit is ‘good’.

More generally, find the p-value:

E.g. for the previous example with 1st order polynomial (line),

whereas for the 0th order polynomial (horizontal line),

This is the probability of obtaining a χ2min as high as the one

we got, or higher, if the hypothesis is correct.

G. Cowan Lectures on Statistical Data Analysis 10

Goodness-of-fit vs. statistical errors

G. Cowan Lectures on Statistical Data Analysis 11

Goodness-of-fit vs. stat. errors (2)

G. Cowan Lectures on Statistical Data Analysis 12

LS with binned data

G. Cowan Lectures on Statistical Data Analysis 13

LS with binned data (2)

G. Cowan Lectures on Statistical Data Analysis 14

LS with binned data — normalization

G. Cowan Lectures on Statistical Data Analysis 15

LS normalization example

G. Cowan Lectures on Statistical Data Analysis 16

Using LS to combine measurements

G. Cowan Lectures on Statistical Data Analysis 17

Combining correlated measurements with LS

G. Cowan Lectures on Statistical Data Analysis 18

Example: averaging two correlated measurements

G. Cowan Lectures on Statistical Data Analysis 19

Negative weights in LS average

G. Cowan Lectures on Statistical Data Analysis 20

Wrapping up lecture 10

Considering ML with Gaussian data led to the method ofLeast Squares.

Several caveats when the data are not (quite) Gaussian, e.g.,histogram-based data.

Goodness-of-fit with LS “easy” (but do not confuse good fitwith small stat. errors)

LS can be used for averaging measurements.

Next lecture: Interval estimation