Does MLE give a distribution of the possible parameter values?
I don’t think so, but I’m not sure.
I think MLE selects the best parameter assuming that we have, for each parameter value, the possibility of the current dataset given that value. (But when we don’t actually have all those values, we can still infer the best parameter subject to this criterion from other clues.) These possibilities each belong to a different conditional distribution and don’t even add up to one.
Am I correct?
Is there any possibility that we can get a distribution of possible parameters like in the Bayesian estimation case?