I have a r.v. $X$~Poisson($\lambda$). Denote $Y=⌊X/a⌋$. What will be the distribution of $Y$ and how to calculate its mean? (A relaxation can be made if it makes the problem simpler: $a$ is an integer).
What I got so far: $P(Y=k)=P(X∈[ak,ak+a))=Fx(⌊ak+a⌋)-Fx(⌈ak⌉),k=0,1,2,... $, where $Fx$ is the CDF of r.v. $X$.
I can't go any further and derive a closed-form expression for $E[Y]$.
Any help will be much appreciated. Thank you.