I'm a novice to DS, so feel free to correct me.
Imagine we have $N$ biased coins each with different probability of getting heads (which are known to us prior). What's the probability of getting $k$ or more heads? Trials are independent and $0<k<N$.
Is there a general or computational method of calculating this? Does it count as Poisson? I'm not quite sure how to incorporate already known probabilities other than writing some code for building a distribution for large number of trials, but there must be a better way, right?
Please name/link concepts as I'm just learning and would love to know more. Thanks in advance.