From Wikipedia
Calculate the test statistic $W$ $$ W = \left|\sum_{i=1}^{N_r} [\operatorname{sgn}(x_{2,i} - x_{1,i}) \cdot R_i]\right|, $$the absolute value of the sum of the signed ranks.
As $N_r$ increases, the sampling distribution of $W$ converges to a normal distribution.
Since $W$ is defined to be always nonnegative, why does the distribution of $W$ converge to a normal distribution which has positive probability of negative values?
What should it be then?
For $N_r \ge 10$, a z-score can be calculated as $z = \frac{W - 0.5}{\sigma_W}, \sigma_W = \sqrt{\frac{N_r(N_r + 1)(2N_r + 1)}{6}}$.
Does it mean $E(W) = 0.5$ and $\operatorname{Var}(W) = \frac{N_r(N_r + 1)(2N_r + 1)}{6}$? Why is it true?
Thanks and regards!