Monte Carlo Methods in High Energy Physics I

Similar documents
Preliminary Statistics Lecture 2: Probability Theory (Outline) prelimsoas.webs.com

Monte Caro simulations

Random Processes. By: Nick Kingsbury

Copyright 2001 University of Cambridge. Not to be quoted or copied without permission.

Enrico Fermi and the FERMIAC. Mechanical device that plots 2D random walks of slow and fast neutrons in fissile material

Preliminary statistics

ICCP Project 2 - Advanced Monte Carlo Methods Choose one of the three options below

Today: Fundamentals of Monte Carlo

Today: Fundamentals of Monte Carlo

Single Maths B: Introduction to Probability

Detectors in Nuclear Physics: Monte Carlo Methods. Dr. Andrea Mairani. Lectures I-II

I, at any rate, am convinced that He does not throw dice. Albert Einstein

Some Concepts of Probability (Review) Volker Tresp Summer 2018

Machine Learning. Bayes Basics. Marc Toussaint U Stuttgart. Bayes, probabilities, Bayes theorem & examples

Modern Methods of Data Analysis - WS 07/08

Their Statistical Analvsis. With Web-Based Fortran Code. Berg

J ij S i S j B i S i (1)

Modeling Uncertainty in the Earth Sciences Jef Caers Stanford University

Machine Learning. Probability Basics. Marc Toussaint University of Stuttgart Summer 2014

Basics of Monte Carlo Simulation

Today: Fundamentals of Monte Carlo

Brief Review of Probability

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2011

PHYS 6710: Nuclear and Particle Physics II

Lecture 1: Probability Fundamentals

Statistical techniques for data analysis in Cosmology

Probability and Stochastic Processes

Advanced Monte Carlo Methods Problems

NATIONAL UNIVERSITY OF SINGAPORE PC5215 NUMERICAL RECIPES WITH APPLICATIONS. (Semester I: AY ) Time Allowed: 2 Hours

Practical Statistics

Monte Carlo Integration

Machine Learning 4771

Monte Carlo programs

Irr. Statistical Methods in Experimental Physics. 2nd Edition. Frederick James. World Scientific. CERN, Switzerland

A6523 Signal Modeling, Statistical Inference and Data Mining in Astrophysics Spring 2011

Probability theory basics

Applicability of Quasi-Monte Carlo for lattice systems

LECTURE NOTES FYS 4550/FYS EXPERIMENTAL HIGH ENERGY PHYSICS AUTUMN 2013 PART I A. STRANDLIE GJØVIK UNIVERSITY COLLEGE AND UNIVERSITY OF OSLO

Part IA Probability. Definitions. Based on lectures by R. Weber Notes taken by Dexter Chua. Lent 2015

Lecture notes on Regression: Markov Chain Monte Carlo (MCMC)

Classical Monte Carlo Simulations

Monte Carlo Simulation. CWR 6536 Stochastic Subsurface Hydrology

F denotes cumulative density. denotes probability density function; (.)

André Schleife Department of Materials Science and Engineering

Statistics and Data Analysis

Review of probabilities

Monte Carlo Methods for Computation and Optimization (048715)

PHYS 5020 Computation and Image Processing

L2: Review of probability and statistics

REVIEW: Derivation of the Mean Field Result

Lecture 2: From Linear Regression to Kalman Filter and Beyond

Recitation 2: Probability

Probing the covariance matrix

Uncertainty Quantification and Validation Using RAVEN. A. Alfonsi, C. Rabiti. Risk-Informed Safety Margin Characterization.

The Phase Transition of the 2D-Ising Model

CME 106: Review Probability theory

Artificial Intelligence

Progress toward a Monte Carlo Simulation of the Ice VI-VII Phase Transition

WORLD SCIENTIFIC (2014)

Review (probability, linear algebra) CE-717 : Machine Learning Sharif University of Technology

Physics 115/242 Monte Carlo simulations in Statistical Physics

Probability and statistics; Rehearsal for pattern recognition

16 : Markov Chain Monte Carlo (MCMC)

The Monte Carlo method what and how?

Probability and Information Theory. Sargur N. Srihari

The Monte Carlo Method in Medical Radiation Physics

Statistics for scientists and engineers

Monte Carlo Simulation of the Ising Model. Abstract

Markov chain Monte Carlo

Guiding Monte Carlo Simulations with Machine Learning

Statistical Methods for Astronomy

Probability and Estimation. Alan Moses

Lecture 2: Repetition of probability theory and statistics

1 Probability and Random Variables

Underlying Event measurements with first LHC data

Stat 516, Homework 1

Log Gaussian Cox Processes. Chi Group Meeting February 23, 2016

Physics 509: Bootstrap and Robust Parameter Estimation

Brandon C. Kelly (Harvard Smithsonian Center for Astrophysics)

Frequentist-Bayesian Model Comparisons: A Simple Example

8 Error analysis: jackknife & bootstrap

Probability. Table of contents

Bayesian Methods for Machine Learning

PART I INTRODUCTION The meaning of probability Basic definitions for frequentist statistics and Bayesian inference Bayesian inference Combinatorics

Lecture 2: From Linear Regression to Kalman Filter and Beyond

Monte Carlo. Lecture 15 4/9/18. Harvard SEAS AP 275 Atomistic Modeling of Materials Boris Kozinsky

SUMMARY OF PROBABILITY CONCEPTS SO FAR (SUPPLEMENT FOR MA416)

Bayesian analysis in nuclear physics

Modern Methods of Data Analysis - SS 2009

IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS LECTURE 3-RANDOM VARIABLES

Introduction to Statistical Methods for High Energy Physics

Numerical Analysis of 2-D Ising Model. Ishita Agarwal Masters in Physics (University of Bonn) 17 th March 2011

Lecture 1: Basics of Probability

6 Markov Chain Monte Carlo (MCMC)

BACKGROUND NOTES FYS 4550/FYS EXPERIMENTAL HIGH ENERGY PHYSICS AUTUMN 2016 PROBABILITY A. STRANDLIE NTNU AT GJØVIK AND UNIVERSITY OF OSLO

CS242: Probabilistic Graphical Models Lecture 7B: Markov Chain Monte Carlo & Gibbs Sampling

YETI IPPP Durham

Chris Bishop s PRML Ch. 8: Graphical Models

The Monte Carlo Method An Introduction to Markov Chain MC

Lecture 7 Random Signal Analysis

Transcription:

Helmholtz International Workshop -- CALC 2009, July 10--20, Dubna Monte Carlo Methods in High Energy Physics CALC2009 - July 20 10, Dubna

2 Contents

3 Introduction Simple definition: A Monte Carlo technique is any technique making use of random numbers to solve a problem [F.James 80] Two different classes of problems: 1. Problems which are intrinsically of probabilistic nature direct simulation, application of MC method appears naturally 1. Strictly deterministic problems Application of MC method more tricky, need to map nonstochastic problem to a stochastic one from which information on the original problem can be inferred

4 Introduction Historically: The starting point of large scale application of MC methods were the simulations Some of the pioneers: Fermi, Ulam, vneumann, Metropolis, Manhattan project Examples: Neutron scattering and absorption in a nuclear reactor Simulation of LHC physics Ising model Buffon s needle

5 Simulation of LHC physics Simulate the underlying theory and everything we know Hard scattering (quanten mechanics), emission of soft and collinear partons (shower), hadronisation, detector response important to develop and test tools for specific problems sometimes the only method to obtain reliable results

6 Ising model Simple model of ferromagnetism Consider d-dimensional cubic lattice with spin at each lattice site Hamiltonian: coupling to external B field next neighbor interaction [U.Wolff] s(x) spin {+1,-1} at position x From Thermodynamics/statistical mechanics: Probability to find specific configuration of spins: Boltzmann factor

7 Ising model Expectation values: Note: Not possible to evaluate by brute force: for a 10x10 lattice we have already 2100 configurations 2100 x 10-9 s = 1015 years assume 1 FLOP on a GFLOP machine Way out: Generate random configurations distributed as

8 Ising model Sounds easy but No algorithm known which generates configurations independent from each other following the Boltzmann factor ( general problem for some specific solutions see later) Solution here: Metropolis algorithm many downloadable simulations available ( Example) Ising model very important: Simple model for ferromagnetism Interesting testground for MC methods, in particular because 1- and 2-dim. are exactly solvable Cluster algorithm [Wolff] Highly non-trivial test for (pseudo) random numbers

9 Buffon s needle Goal: Calculate the value of π Buffon s (1777) idea: Throw randomly a needle on a pattern of equidistant parallel lines, count the total number of throws together with the number of hits (=the needle touches a line) d α (needle with length d)

10 Buffon s needle From a simulation I obtained: Comments: Good news: In principle it works, but Bad news: it does not work very well general feature of hit-and-miss MC s, for improvements be patient how do we estimate how well it will work?

11 Buffon s needle We are actually doing a MC integration, since what we calculate is essentially the area under (1-cos(x)) This is in a certain sense actually true for every MC, every MC method can be understood as MC integration Although the method might not work very well we have still solved a non-stochastic problem using MC methods Exercise: Simulate Buffon s needle

Exercise: Buffon s needle 12

13 Basic terminology Random events An elementary random event is an event which we cannot decomposed into simpler events and cannot be predicted in advance. Examples are: flipping a coin or throwing a dice. Probability If we have X1, XN possible events we can attribute a probability pi=p(xi) to each event with the usual properties: [Kolmogorov]

14 Basic terminology Conventions: Conditional probability: Consider two elementary random events (X,Y) We have: Bayes theorem basis of bayesian approach, subjective probability

15 Basic terminology Random variable For a set of events which are exhaustive and exclusive we may characterize each event by number x. The number x is called a random variable Cumulative distribution function (CDF) F(y) Expectation value: or more general for a function

16 Basic terminology For a finite number of events, F(y) becomes a step function i.e. throwing a dice: For the expectation value we get:

17 Basic terminology Variance and standard deviation/standard error The mean deviation from the mean vanishes: For the quadratic deviation this is no longer the case, we define the variance by; The square root of the variance is a measure of the dispersion of the random variable. It is called standard deviation or standard error.

18 Basic terminology Probability distribution function (PDF) Extend concepts to continous random variables Define probability distribution function as probabiliy to find the random variable between x and x + dx For differentiable F(x) we have

Examples for probability distribution functions 19

20 Uniform distribution f(x) F(x)

Gaussian distribution 21

22 Gaussian distribution f(x) F(x)

Poisson and χ -distribution 2 23

24 Basic terminology Composite random events Event consisting of several elementary random events Important case: What can we say about expectation value and variance? Expectation value:

25 Basic terminology variance of the sum can be larger or smaller than sum of indvidual variances

26 Covariance Correlation

27 If x and y are independent we have Note that the opposite is in general not true!

28 The central limit theorem Consider sum x of N independent random variables si: We get: and thus

29 The central limit theorem Assuming we get the famous 1/ N rule: For the special case that all si are due to the same pdf we get

30 The central limit theorem Let us now study the distribution of x if we repeat the sum many times over different si, for simplicity we assume that all si follow the same distribution and that the higher moments exist: The probability distribution function is than given by Rewriting the delta function using

The central limit theorem 31 we get:

The central limit theorem To calculate 32 we expand use and obtain:

The central limit theorem 33 If we drop higher order terms we get and thus

34

35 The End

Frequentist versus Bayesian probability 36