Setup

We have a random variable which can be parameterised using , where and might be scalars, vectors, etc. We have a probability distribution function which describes the probability of making the observation for a specific parameter , i.e. .

Our goal is to find the parameters that maximise our observations .

Procedure

  1. We define the likelihood of our observations .
  2. We calculate, usually analytically, .
    1. Since is constant under Monotonic transformations, it is often useful to instead calculate

Even though the procedure above finds us the that maximises the likelihood, it does not provide us with information about the uncertainty around . This could be measured with the Fisher Information. I am not familiar with other standardised methods of obtaining such a result. Help me ❓