Assume that
$Y \sim N(\mu,\sigma^2)$
$X = e^Y$
Then X is lognormal distributed with parameters $\sigma$ and $\mu$.
I know that
$E(X) = E(e^Y) = \eta e^{\frac{\sigma^2}{2}} $
The median in the lognormal distrubution is $\eta = e^\mu$, and that $\eta* = e^\widehat{\mu}$ is not an unbiased estimator.
$X_1,...,X_n$ is independent and lognormal distributed. $Y_i = ln(X_i)$ for $i = 1,...,n$. We assume that we know the value of $\sigma$.
$\widehat{\mu} = \bar Y = \frac{1}{n}\sum_{i=1}^n Y_i = \frac{1}{n}\sum_{i=1}^n ln(X_i) $
Now I have to show that $\widehat{\eta} = e^{\widehat{\mu}-\frac{\sigma^2}{2n}} $ is an unbiased estimator for the median, and I don't know how to do this.
Any help would be greatly appreciated!