Why is everything based on likelihoods even though likelihoods are so small?
stats.stackexchange.com
Why is everything based on likelihoods even though likelihoods are so small?
1–10 of 103 posts
Re: Why is everything based on likelihoods even though likelihoods are so small?
#2Re: Why is everything based on likelihoods even though likelihoods are so small?
#3In this case maximum likelihood approximate bayesian estimation with a mostly reasonable prior. Furthermore you could look at the convergence properties which are good.
You could probably design some degenerate probability distribution that ml-estimation behaves really badly for, but those are not common in practice.
Re: Why is everything based on likelihoods even though likelihoods are so small?
#4Re: Why is everything based on likelihoods even though likelihoods are so small?
#5This tangent may have been unrelated or irrelevant but I’ve long concluded that in practice statistics is far less solved than people might expect if they’ve never had to reproduce any of the numbers given to them by statistical analysis
Re: Why is everything based on likelihoods even though likelihoods are so small?
#6It is very strange that this is on a main page. The key thing is likelihood is probability density of your data! I.e. if your probability density is a Gaussian N(0,0.00001), then the likelihoods of data-points next to the mean will be very large, if your PDF is N(0,10000) they'll be very small. Furthermore the amount of data matters as likelihoods will be multiplied for each datapoint, so if they were small in the be…
Re: Why is everything based on likelihoods even though likelihoods are so small?
#7Re: Why is everything based on likelihoods even though likelihoods are so small?
#8Because it works well in practice. And to elaborate, usually when something works well in practice it's because it has multiple desirable properties - the one you "ask for", but also other ones you get for free. In this case maximum likelihood approximate bayesian estimation with a mostly reasonable prior. Furthermore you could look at the convergence properties which are good. You could probably design some degenera…
Anything multimodal...