chiro
Homework Helper
- 4,817
- 134
Bayesian probability is a fancy way of saying that your parameters have a distribution: in other words, your parameters are a random variable. That's all it is.
It just makes the highest generalization possible and it is useful not just in an abstract way, but in a very applied way as well.
I don't know how you can do the Dirichlet Prior calculations in Excel but you could always create the function from the definition by using either a VBA routine or a single formula entry in the spread-sheet.
Here is the Wikipedia site with the Dirichlet PDF on that site:
http://en.wikipedia.org/wiki/Dirichlet_distribution
If you write a VBA function or some other similar routine to calculate the above, then you can calculate probabilities and moments (like expectation and variance).
It just makes the highest generalization possible and it is useful not just in an abstract way, but in a very applied way as well.
I don't know how you can do the Dirichlet Prior calculations in Excel but you could always create the function from the definition by using either a VBA routine or a single formula entry in the spread-sheet.
Here is the Wikipedia site with the Dirichlet PDF on that site:
http://en.wikipedia.org/wiki/Dirichlet_distribution
If you write a VBA function or some other similar routine to calculate the above, then you can calculate probabilities and moments (like expectation and variance).