I'm a little confused on how you would do something like this:
I have a cumulative probability distribution H(x):
0 0.31042
1 0.67825
2 0.89149
3 0.97196
4 0.9942
5 0.999
6 0.99985
7 0.99997
8 1
and I need to find the 90th percentile of demand..
I understand...
How would you go about convolving two discrete distributions that look something like this:
Number: 0, 1, 2
Probability: 0.1, 0.3, 0.6
Number: 0, 1, 2, 3, 4
Probability: 0.1, 0.3, 0.2, 0.1, 0.3