I want to construct a random variable $X_i$ which can take one of three values: $-1,0,1$. I want to construct a probability function such that the variance of this random variable to be $1$. How can I do that?
Note that $\mu=0$, and $\sum (x_i-\mu)^2=(-1)^2+0^2+1^2=2$. Hence, one such probability function could be $p(-1)=\frac{1}{2}$ and $p(1)=\frac{1}{2}$. However, that would mean that there is no probability of the random variable taking the value $0$, which is weird.