We say that is a random variable has a binomial distribution with parameters and , and we write . If has a pmf of the form
We have that there’s a simplified form for being the cdf
but in simple cases we can just sum over the integers . Where represents the regularized incomplete beta function.
We have that
Prop: Let be independent random variables each one with a distribution . Then
And any random variable with distribution can be expressed as the sum above.
This means that any binomial random variable can be thought of as a sum of Bernulli Random Variables
With this we can get the probability generating function, getting that $$ G(t) = (1-p+pt)^n $$
the moment generating function
The characteristic function $$\phi(t) =(1-p+pe^{it})^n$$ Prop: Let and be independent random variables, such that and . We get that
Prop: Let be a random variable distributed by , then
Prop: Let , then we have the following recurrent relation: $$P(X = i+1) = \frac{n-i}{i+1} \frac{p}{1-p} P(X = i)$$for .