I have a gaussian random variable N(0,sigma)
I know how to calculate probabilities like P(N>value) or P(N < value) thanks to Q-function.
I'd like to know how to calculate probabilities like P(sqrt(N)>value) or P(sqrt(N) < value).
And also probabilities like P(N^2>value) or P(N^2 < value)
Thanks really.