I have the following probability distribution table:
[0.2, 0.3, 0.5]
I will then set the probability for event 1 to 0.
[0, 0.3, 0.5]
Now the question is what should the probabilities of the other events be, when everything has to add up to 1.
I'm not sure if its the first one or the second one?
[0, 0.375, 0.625] or [0, 0.4, 0.6]