Following the ideas from this post and, especially, this post, i was wondering if the a sum of two independent groups of Bernoulli distributed variables whose probabilities are know a priori is a Poisson-Binomial distribution (according to Le Cam's theorem), and a few other questions. To add some context, have:
Let $X_1, ..., X_n$ follow a Bernoulli distribution with probability $p = 1$. So: $$X_i \sim Bern(p_i = 1), \forall{i} \in 1,...,n$$
Also let $X_{n+1}, ..., X_N$ follow a Bernoulli distribution with probability $p = 0.5$. So: $$X_j \sim Bern(p_j = 0.5), \forall{j} \in n+1,...,N$$
Then, does the following statement still apply? $$S_n = \sum_{i=1}^{N}X_i \sim \text{Poisson-Binomial}$$
Given that the probabilities are known, the only "parameters" are N and n. Suppose that N is known as well, and n is not known. Is there any way to estimate n, for a given large enough N (N > 100). If it is possible, how sure can i be of the estimate?