Now, let’s look at determining the MLE for properties of a distribution. First up, we will take a look at the MLE of the median of a distribution. We will start off with a simple p.d.f with random i.i.d. sampling of \(X_1, X_2, ... ,X_n\):
Remembering back to our probability distributions and the definition of the median, we have the following:
Similarly here, we need to compute what the median would be in terms of our parameter (in this case \(\theta\)):
Now to maximize our inter-variable \(\psi\) we need to use the familiar MLE of the distribution itself. In this case, the MLE of \(\theta\) is
I will leave it as an exercise to the reader to validate the above statement. Finally, plugging this result into our above equation, we get:
This finally yields out our MLE for the median of our p.d.f.! I will update this later with working on MLEs of multiple parameters. For now, feel free to comment on anything I may have missed or anything you would like me to go over in a future post.