How do I find the distribution of the weighted sum of independent Bernoulli random variables if the weights are non-negative real numbers?
I have N number of independent Bernoulli distributed random variables lets say $X_1, X_2, X_3...X_N$ and suppose I have a set of weights $W_1, W_2, W_3,...,W_N$ which are non-negative real numbers and the sum of all the weights is equal to $N$.
Then I need to find the distribution of the random variable $Z$ which is the weighted sum of the $N$ independent Bernoulli random variables i.e, $Z =\sum_i^N W_i*X_i$, where $i=1,2,\cdots,N$.