Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am writing a dissertation in which I use maximum likelihood estimation and an alternative Bayesian approach. I have written up the maximum likelihood estimation approach. However, I need some advice on presenting the Bayesian part. Can someone suggest me a source which can shape my thoughts so that I can write up the Bayesian part. I need to present the fitted values of a linear model and a logit model and also their bayesian intervals via plots as the sample size is too large to be given in the dissertation. I want to include winbugs plots. What plots can you be useful to give the fitted values and their bayesian intervals.

Any advice would be greatly appreciated

share|improve this question
1  
You should ask this question on stats.stackexchange.com. – Dualinity Jan 10 at 18:17

closed as off topic by kojiro, talonmies, Konrad Viltersten, abarnert, Bart Jan 10 at 20:34

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Take a look at the work of Prof. Neal to get some thoughts on how to fit and present Bayesian model.

Also, Pattern Recognition and Machine Learning Book by Bishop, has a very good discussion on estimating a linear regression model (and probably a Logit one as well) using Bayesian method and it includes a plot that shows the Bayesian intervals. Once you get the idea from the book implementing the plot should be straightforward.

share|improve this answer
Got the book, but there are too many pages. Can you please tell me the page number of the Bayesian plot? – Edo Jan 10 at 18:52
I do not have the book handy at the moment, but I believe it is around the 3rd Chapter (Regression). In general you will find it between Chapter 2-4 I think. – iTech Jan 10 at 19:02

Not the answer you're looking for? Browse other questions tagged or ask your own question.