Let X be a Gaussian random variable with mean 0 and variance sigma^2. Let Y = max(X, 0) where max(a, b) is the maximum of a and b. The median of Y is ____________.
GATE 2017 · Engineering Mathematics · Normal Distribution · medium
Answer: The median of Y = max(X, 0) is 0.
CDF of Y at 0: Since X ~ N(0, sigma^2) is symmetric about 0, P(X <= 0) = 0.5. So P(Y <= 0) = 0.5.
Identify the median: P(Y <= 0) = 0.5, so m = 0 is the median of Y.