I have to find the distribution of:
$ \epsilon_t + \sum_{i=0}^{N_t}x_{i,t}$
where:
$\epsilon_t$ follows N(0,1)
$N_t$ follows P(0.1)
$x_{i,t}$ i.i.d, follow N(-0.1,0.3)
They are all independent.
How would you calculate that ? (see what I have done in comments)
Edit: I was wondering something. Would it be possible to assume the infinite sum of gaussian is gaussian, so with the characteristic function I can calculate the first two moments and have my answer ?