Be patient, I am not very skilled with cdf.
I seem to have a seemingly simple problem for which I either can't seem to find material about or simply lack the vocabulary for.
Given are N sequential events with their own unique independent cdf that describe the probability of an event taking X minutes or less. If I want to calculate the probability that all N events can be completed sequentially in less than Y minutes, what would I need to use?
I feel like a joint cdf will quickly get out of hand given an increasing N. Is there maybe a way to combine the input parameters of my distributions in such a way that I get a new cdf that describes the sum of the distributions? If it helps, I'm using Gamma/Erlang distributions only at the moment.
Thanks a lot for your input, and sorry if this is a duplicate.