Given $10$ random variables $W_1,W_2,\cdots,W_{10}\stackrel{i.i.d}{\sim}N(\mu,\sigma)$, where $\mu,\sigma$ are unknown. How can we construct a known function $f$ such that $Y=f(W_1,W_2,\cdots,W_{10})\sim N(0,1)$?
Note, here known function means there is no $\mu,\sigma$ in $f$, e.g. $f_1=\frac{X_1-\mu}{\sigma}$ is unknown and $f_2=3X_1-e^{X_2}+X_3$ is known.
Firstly I successfully make $\mu$ become $0$: I let $Y_1=W_1-W_2,Y_2=W_3-W_4,\cdots,Y_5=W_9-W_{10}$ then $Y_1,\cdots,Y_5\stackrel{i.i.d}{\sim} N(0,2\sigma^2)$. However then I cannot eliminate $\sigma$. I tried use some f to approach $\frac{X-\mu}{\sigma}$ and I've tried many functions like $Z=\frac{Y_3}{\sqrt{Y_1^2+Y_2^2}}$ and $Z=\frac{Y_1^2+Y_2^2}{\ln(\frac{1}{\pi}\arctan\frac{Y_1}{Y_2}+\frac{1}{2})}$ but nothing worked. Can someone give me some hint?
I have some ideas! We bypass $\sigma$ and use $Y_1,\cdots,Y_4$ to generate two i.i.d angles $U_1,U_2\sim U(0,2\pi)$ then use them to get $U(0,1)$ and generate normal distribution!
specific proof: Let $$ Y_1=W_1-W_2,~Y_2=W_3-W_4,\cdots,Y_4=W_7-W_8 $$ Then $Y_1,\cdots,Y_4\stackrel{i.i.d}{\sim}N(0,2\sigma^2)$. Let $$ U_1=\dfrac{1}{\pi}\arctan\dfrac{Y_1}{Y_2}+\dfrac{1}{2},~U_2=\dfrac{1}{\pi}\arctan\dfrac{Y_3}{Y_4}+\dfrac{1}{2} $$ Then $U_1,U_2\stackrel{i.i.d}{\sim}U(0,1)$,Then $$ Z=\sqrt{-2\ln U_1}\cos(2\pi U_2)\sim N(0,1) $$ and f is $$ f=\sqrt{-2\ln(\dfrac{1}{\pi}\arctan\dfrac{W_1-W_2}{W_3-W_4}+\dfrac{1}{2})}\cdot \cos(2\arctan\dfrac{W_5-W_6}{W_7-W_8}+\pi) $$