I'm working through Bishop's Pattern Recognition and Machine Learning. On Page 27 he derives the expressions for the maximum likelihood estimators of the mean and standard deviation for a Gaussian distribution:
$\mu_{ML} = \frac{1}{N}\sum_{n=1}^Nx_n$
$\sigma^2_{ML} = \frac{1}{N}\sum_{n=1}^N(x_n-\mu_{ML})^2$
He then goes on calculate expectation values of those same quantities
$\mathbb{E}\left[\mu_{ML}\right]=\mu$
$\mathbb{E}\left[\sigma^2_{ML}\right] = \left(\frac{N-1}{N}\right)\sigma$
How do you derive the expected values for these quantities?
1. $$ \mathbb{E}[\hat{\mu}] = \mathbb{E}\frac{1}{n}\sum X_i =\frac{1}{n}\sum \mathbb{E}X_i=\frac{n}{n}\mu = \mu. $$