Earlier quoted context omitted.
Is there a good book that covers statistics as it is applied to testing - like for medical research or as optimization or manufacturing or whatever?
This book is very relevant to those fields. There is a common choice in statistics to either stratify or aggregate your dataset. There is an example in his book discussing efficacy trials across seven hospitals. If you stratify the data, you lose a lot of confidence, if you aggregate the data, you end up just modeling the difference between hospitals. Hierarchical modeling allows you to split your dataset under a sin…
Bayesian Data Analysis, Third edition (2013) [pdf]
41–50 of 71 posts
Re: Bayesian Data Analysis, Third edition (2013) [pdf]
#42This is my favorite book on statistics. Full stop. The author Andrew Gelman created a whole new branch of Bayesian statistics with both his theoretical work on hierarchical modeling while also publishing Stan to enable practical applications of hierarchical models. It took me about a year to work through this book on the side (including the exercises) and it provided the foundation for years of fruitful research into…
Re: Bayesian Data Analysis, Third edition (2013) [pdf]
#43This is my favorite book on statistics. Full stop. The author Andrew Gelman created a whole new branch of Bayesian statistics with both his theoretical work on hierarchical modeling while also publishing Stan to enable practical applications of hierarchical models. It took me about a year to work through this book on the side (including the exercises) and it provided the foundation for years of fruitful research into…
What is a book / course on statistics that I can go through before this so that I can understand this?
That course is a good balance between theory and practice. It gave me a practical intuition understanding why posterior distribution of parameters and data are important and how to compute them.
I took the course in 2016 so a lot could have changed.
Re: Bayesian Data Analysis, Third edition (2013) [pdf]
#44This is my favorite book on statistics. Full stop. The author Andrew Gelman created a whole new branch of Bayesian statistics with both his theoretical work on hierarchical modeling while also publishing Stan to enable practical applications of hierarchical models. It took me about a year to work through this book on the side (including the exercises) and it provided the foundation for years of fruitful research into…
“ The author Andrew Gelman created a whole new branch of Bayesian statistics ...” Love Gelman, but this is playing fast and loose with facts.
Re: Bayesian Data Analysis, Third edition (2013) [pdf]
#45Is Bayesian data analysis relevant anymore in the era of foundation models and big data?
Re: Bayesian Data Analysis, Third edition (2013) [pdf]
#46For beginners, I found Doing Bayesian Data Analysis by John Kruschke to be much better. Easier to read and comprehend.
Re: Bayesian Data Analysis, Third edition (2013) [pdf]
#47Earlier quoted context omitted.
“ The author Andrew Gelman created a whole new branch of Bayesian statistics ...” Love Gelman, but this is playing fast and loose with facts.
His book on hierarchical modeling with Hill has 20398 cites on Google Scholar https://scholar.google.com/scholar?cluster=94492350364273118... and Wikipedia calls him "a major contributor to statistical philosophy and methods especially in Bayesian statistics[6] and hierarchical models.[7]", which sounds like the claim is more true than false.
Also, IMHO, his best work has been done describing how to do statistics. He has written somewhere I cannot find now that he sees himself as a user of mathematics, not as a creator of new theories. His book Regression and Other Stories is elementary but exceptionally well written. He describes how great Bayesian statisticians think and work, and this is invaluable.
He is updating Data Analysis Using Regression and Multilevel/Hierarchical Models to the same standard, and I guess BDA will eventually come next. As part of the refresh, I imagine everything will be ported to Stan. Interestingly, Bob Carpenter and others working on Stan are now pursuing ideas on variational inference to scale things further.
[1] https://sites.stat.columbia.edu/gelman/research/unpublished/...
Re: Bayesian Data Analysis, Third edition (2013) [pdf]
#48This is my favorite book on statistics. Full stop. The author Andrew Gelman created a whole new branch of Bayesian statistics with both his theoretical work on hierarchical modeling while also publishing Stan to enable practical applications of hierarchical models. It took me about a year to work through this book on the side (including the exercises) and it provided the foundation for years of fruitful research into…
“ The author Andrew Gelman created a whole new branch of Bayesian statistics ...” Love Gelman, but this is playing fast and loose with facts.
Re: Bayesian Data Analysis, Third edition (2013) [pdf]
#49This is my favorite book on statistics. Full stop. The author Andrew Gelman created a whole new branch of Bayesian statistics with both his theoretical work on hierarchical modeling while also publishing Stan to enable practical applications of hierarchical models. It took me about a year to work through this book on the side (including the exercises) and it provided the foundation for years of fruitful research into…
What is a book / course on statistics that I can go through before this so that I can understand this?
Re: Bayesian Data Analysis, Third edition (2013) [pdf]
#50Earlier quoted context omitted.
His book on hierarchical modeling with Hill has 20398 cites on Google Scholar https://scholar.google.com/scholar?cluster=94492350364273118... and Wikipedia calls him "a major contributor to statistical philosophy and methods especially in Bayesian statistics[6] and hierarchical models.[7]", which sounds like the claim is more true than false.
He co-wrote the reference textbook on the topic and made interesting methodological contributions, but Gelman acknowledges other people as creators of the theoretical underpinnings of multilevel/hierarchical modeling, including Stein or Donoho [1]. The field is quite old, one can find hierarchical models in articles that were published many decades ago. Also, IMHO, his best work has been done describing how to do sta…
I would say his work with Stan and his writings, along with theorists like Radford Neal, really opened the door to a computational approach to hierarchical modeling. And I think this is a meaningfully different field.