Analysing a larger data set --------------------------- When performing multiple measurements on different samples, it is convenient to analyse the statistics of the data set. Here, we show how to fit many samples and subsequently generate histograms and find the best probabality distribution to describe the data. .. jupyter-execute:: ../../examples/Statistics/statistics.py See Also ^^^^^^^^ :download:`examples/Statistics/statistics.py <../../examples/Statistics/statistics.py>`.