Consider the following Beta distribution for $x$ $$P(x |n,k) = \lambda x^k (1-x)^{n-k}, \quad \quad \lambda=\frac{(n+1)!}{(n-k)!k!}$$ Now transform this to a distribution over $y$ where $$x = \frac{1}{2} \left( \mathrm{erf}(y)+1 \right)$$ Using the fact that $\mathrm{d}x = \pi^{-\frac{1}{2}} \exp{\left[-y^2\right]} \mathrm{d}y$ we may write: $$P(y |n,k) = \frac{\lambda}{2^n\sqrt{\pi}} \left( 1+\mathrm{erf}(y) \right)^k \left(1 - \mathrm{erf}(y) \right)^{n-k} \exp{\left[-y^2\right]}$$ I'm interested in the mean, variance and mode of $y$, but I haven't been able to get at them after some playing around in Mathematica.
Are there any tricks we can play here? Perhaps as the moments of the original Beta distribution are known?