MATLAB: Probability distribution of a multiple variable sum

histogramsmultiple variablesprobability

Hi everyone,
I’m coming here for really advance statistic/probability advice, which I'm a beginner in this field.
I would like to know the probability of a variable TAU_total such as TAU_total=TAU1+TAU2+….+TAU129.
The variables TAUi are independent of each other.
For each one of them, I have a sample of 20,000 values which you can see some examples of their distribution on the histograms in the attachment.
My question is the following: I would like to be able to determine the probability of TAU_total to be superior to a certain value Xmax.
Thank you for your help,
Regards,
Rémy
stat.png

Best Answer

Take samples from your empirical data and use Monte-Carlo-simulation to determine the above probability.
This code should help to take the samples: