The maximum likelihood estimator of an exponential distribution $f(x, \lambda) = \lambda e^{-\lambda x}$ is $\lambda_\text{MLE} = \frac n {\sum x_i}$; I know how to derive that by taking the derivative of the log likelihood and setting it equal to zero.
I then read in an article that "Unfortunately this estimator is clearly biased since $\left\langle \sum_i x_i\right\rangle$ is indeed $1/\lambda$ but $\langle 1/\sum_i x_i \rangle \neq \lambda$."
Why does $\left\langle\sum_i x_i\right\rangle = 1/\lambda$? If I am correct in deducing the $\langle \cdot\rangle$ operator means expected value, then I thought $E(x_i) = 1/\lambda$ - that is, the expected value of one such $x_i$, is $1/\lambda$, not the sum of all $x_i$'s. And can someone explain the second of the statement and how these two statements demonstrate the MLE is biased?