I've read this interesting article by Woersch (1994) dealing with approximation of binomial coefficients (rows of Pascal's triangle). I'm just wondering if similar bounds exist for partial binomial sums such as (for $ m < n $)
$$\sum_{k=0}^{m} \binom{n}{k}x^k$$ and $$\sum_{k=0}^{m} \binom{n}{k}x^k(1-x)^{n-k}.$$
If $0<x<1$ the second case can be approximated with the normal distribution using the central limit theorem. If anyone could suggest some general approach to solving problems like these I'd be very grateful.