Suppose I have a normal distribution, $N[\mu,\sigma]$, and I have a sample of size $n$. It is well know that the error (std deviation) of the mean is $\sigma/\sqrt{n}$.
Now suppose that my distribution is a mixture of signal (normal distributed) and a flat background $$\text{pdf}[x|\mu, \sigma, s, b] = \frac{sN[x|\mu,\sigma] + b U}{s+b} $$
suppose that the uniform distribution is much wider than the normal but in the signal window the background is important. Question: what is the error of $\mu$ now?
($s$ and $b$ are random variables, they can be assumed to be Poisson distributed)