I have a set of N elements. I want to select few elements from the set. Now each element i of the set has a probability P(i) of getting selected. Then how can I figure out the probability of selecting atleast K elements from the set?
K elements are required to be different. Some of the probabilities may be zero, but we are assured that there are atleast K elements whose probability is non zero.