2023/24 ED560 statistics class

Welcome to the website of the 2023/24 ED560 statistics class!

Here below some important information concerning the class:


Class contents:

Several practical examples will be presented and hands-on tutorial sessions will be proposed.


Recommended books:


Class material, exercises and hands-on session code



Below the list of directories containing the exercises. In each directory <alpha>you will find several  files, depending if the example is written in ROOT (<alpha>.C) , in pyROOT (<alpha>.py ), in a ROOT jupyter notebook (<alpha>.ipynb), or in a pyROOT jupyter notebook (py_<alpha>.ipynb). Select the 'flavor' you prefer. 

To run the ROOT version:

root [0] .L <macro_name.C>

root [1] macro_name(<insert here>, <possible parameters>, <if needed>)

To run the pyROOT version:

>>> import <alpha>

>>> alpha.alpha(<insert here>, <possible parameters>, <if needed>)

For the jupyter notebooks:

$ jupyter notebook


Roofit

Roostats


The examples below require this root file