I have come up with this expression for the standard deviation for a certain distribution:
$$\psi ^{(1)}(n+1)-\psi ^{(1)}(n+m+2)$$
where $n$ and $m$ are integers and $\psi^{(1)}(x)$ is a trigamma function.
For the software engineering project I am involved with calculation of the trigamma function causes technical problems. How this expression can be approximated by something easier to calculate for large $m$ and $n$?
One expression I arrived at is
$$ \frac{(n+1)^3 (m+1)}{(n+m+2)^4 (n+m+3)} $$
The way I've arrived there is quite convoluted, and the expression most definitely may not be optimal.
Perhaps there is a better approximation?