Statistical methods in LHC data analysis introduction

Slides:



Advertisements
Similar presentations
Modeling of Data. Basic Bayes theorem Bayes theorem relates the conditional probabilities of two events A, and B: A might be a hypothesis and B might.
Advertisements

Regression Eric Feigelson Lecture and R tutorial Arcetri Observatory April 2014.
INTRODUCTION TO MACHINE LEARNING Bayesian Estimation.
Pattern Recognition and Machine Learning
ECE 8443 – Pattern Recognition LECTURE 05: MAXIMUM LIKELIHOOD ESTIMATION Objectives: Discrete Features Maximum Likelihood Resources: D.H.S: Chapter 3 (Part.
Psychology 290 Special Topics Study Course: Advanced Meta-analysis April 7, 2014.
CSC321: 2011 Introduction to Neural Networks and Machine Learning Lecture 10: The Bayesian way to fit models Geoffrey Hinton.
Psychology 202b Advanced Psychological Statistics, II February 15, 2011.
Descriptive statistics Experiment  Data  Sample Statistics Sample mean Sample variance Normalize sample variance by N-1 Standard deviation goes as square-root.
G. Cowan Lectures on Statistical Data Analysis 1 Statistical Data Analysis: Lecture 10 1Probability, Bayes’ theorem, random variables, pdfs 2Functions.
Machine Learning CMPT 726 Simon Fraser University CHAPTER 1: INTRODUCTION.
1 Practical Statistics for Physicists Dresden March 2010 Louis Lyons Imperial College and Oxford CDF experiment at FNAL CMS expt at LHC
Programme in Statistics (Courses and Contents). Elementary Probability and Statistics (I) 3(2+1)Stat. 101 College of Science, Computer Science, Education.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Statistical inference (Sec. )
Descriptive statistics Experiment  Data  Sample Statistics Experiment  Data  Sample Statistics Sample mean Sample mean Sample variance Sample variance.
Sampling Distributions
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Statistical inference.
Kernel Methods Part 2 Bing Han June 26, Local Likelihood Logistic Regression.
7. Nonparametric inference  Quantile function Q  Inference on F  Confidence bands for F  Goodness- of- fit tests 1.
7-1 Introduction The field of statistical inference consists of those methods used to make decisions or to draw conclusions about a population. These.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Statistical inference.
Overview G. Jogesh Babu. Probability theory Probability is all about flip of a coin Conditional probability & Bayes theorem (Bayesian analysis) Expectation,
Additional Slides on Bayesian Statistics for STA 101 Prof. Jerry Reiter Fall 2008.
1 Probability and Statistics  What is probability?  What is statistics?
Overview course in Statistics (usually given in 26h, but now in 2h)  introduction of basic concepts of probability  concepts of parameter estimation.
Prof. Dr. S. K. Bhattacharjee Department of Statistics University of Rajshahi.
Statistics for Data Miners: Part I (continued) S.T. Balke.
Advanced Higher Statistics Data Analysis and Modelling Hypothesis Testing Statistical Inference AH.
7-1 Introduction The field of statistical inference consists of those methods used to make decisions or to draw conclusions about a population. These.
Part 0 -- Introduction Statistical Inference and Regression Analysis: Stat-GB , C Professor William Greene Stern School of Business IOMS.
1 BA 275 Quantitative Business Methods Confidence Interval Estimation Estimating the Population Proportion Hypothesis Testing Elements of a Test Concept.
University of Colorado Boulder ASEN 5070: Statistical Orbit Determination I Fall 2014 Professor Brandon A. Jones Lecture 14: Probability Wrap-Up and Statistical.
Determination of Sample Size: A Review of Statistical Theory
Module 23: Proportions: Confidence Intervals and Hypothesis Tests, Two Samples This module examines confidence intervals and hypothesis test for.
Statistical Methods for Data Analysis Introduction to the course Luca Lista INFN Napoli.
1 BA 275 Quantitative Business Methods Quiz #2 Sampling Distribution of a Statistic Statistical Inference: Confidence Interval Estimation Introduction.
IE 300, Fall 2012 Richard Sowers IESE. 8/30/2012 Goals: Rules of Probability Counting Equally likely Some examples.
MATH 643 Bayesian Statistics. 2 Discrete Case n There are 3 suspects in a murder case –Based on available information, the police think the following.
Bayes Theorem. Prior Probabilities On way to party, you ask “Has Karl already had too many beers?” Your prior probabilities are 20% yes, 80% no.
6.1 Confidence Intervals for the Mean (  known) Key Concepts: –Point Estimates –Building and Interpreting Confidence Intervals –Margin of Error –Relationship.
University of Colorado Boulder ASEN 5070: Statistical Orbit Determination I Fall 2015 Professor Brandon A. Jones Lecture 14: Probability and Statistics.
ES 07 These slides can be found at optimized for Windows)
Week 7 Chapter 6 - Introduction to Inferential Statistics: Sampling and the Sampling Distribution & Chapter 7 – Estimation Procedures.
Maximum likelihood estimators Example: Random data X i drawn from a Poisson distribution with unknown  We want to determine  For any assumed value of.
© 2007 Thomson Brooks/Cole, a part of The Thomson Corporation. FIGURES FOR CHAPTER 8 ESTIMATION OF PARAMETERS AND FITTING OF PROBABILITY DISTRIBUTIONS.
Ivo van Vulpen Why does RooFit put asymmetric errors on data points ? 10 slides on a ‘too easy’ topic that I hope confuse, but do not irritate you
Statistics and probability Dr. Khaled Ismael Almghari Phone No:
Overview G. Jogesh Babu. R Programming environment Introduction to R programming language R is an integrated suite of software facilities for data manipulation,
Stat 223 Introduction to the Theory of Statistics
Lecture Slides Elementary Statistics Twelfth Edition
The asymmetric uncertainties on data points in Roofit
Stat 223 Introduction to the Theory of Statistics
Probability Theory and Parameter Estimation I
Confidence Intervals and Limits
7-1 Introduction The field of statistical inference consists of those methods used to make decisions or to draw conclusions about a population. These.
Ch3: Model Building through Regression
Parameter Estimation 主講人:虞台文.
Grégory Schott Institute for Experimental Nuclear Physics
Special Topics In Scientific Computing
Statistics in Applied Science and Technology
Maximum Likelihood Find the parameters of a model that best fit the data… Forms the foundation of Bayesian inference Slide 1.
Probability & Statistics Probability Theory Mathematical Probability Models Event Relationships Distributions of Random Variables Continuous Random.
More about Posterior Distributions
POINT ESTIMATOR OF PARAMETERS
Chapter 18 Bayesian Statistics.
Lecture Slides Elementary Statistics Twelfth Edition
Pattern Recognition and Machine Learning
Stat 223 Introduction to the Theory of Statistics
CS639: Data Management for Data Science
7.4 Hypothesis Testing for Proportions
Presentation transcript:

Statistical methods in LHC data analysis introduction Luca Lista INFN Napoli

Statistical methods in LHC data analysis Introduction This statistics tutorial is intended as the first part of a wider tutorial aiming at the use of RooFit and RooStats The purpose is to present selected statistics topics used for LHC data analysis manageable with RooFit and RooStats toolkits RooFit and RooStats will be presented on November 26 and 27 Agenda and slides on indico: http://indico.cern.ch/conferenceDisplay.py?confId=72320 Luca Lista Statistical methods in LHC data analysis

Statistical methods in LHC data analysis RooStats Advanced statistics toolkit available in ROOT since 5.22 New version expected next week RooStats Twiki: https://twiki.cern.ch/twiki/bin/view/RooStats/WebHome Address specific statistics questions to ATLAS and CMS Statistics committee Luca Lista Statistical methods in LHC data analysis

Statistical methods in LHC data analysis Prerequisites I assume you are familiar with: the basic concepts of probability theory what are Probability Density Functions most commonly used probability distributions, like: Binomial Poissonian Gaussian Luca Lista Statistical methods in LHC data analysis

Statistical methods in LHC data analysis Contents Part I Parameter estimates Maximum Likelihood and 2 fits Hypothesis testing Confidence intervals Part II Bayes theorem and Bayesian approach Upper limits Luca Lista Statistical methods in LHC data analysis