Posted on 20th January 2018
Later in the week I will give a talk to the Centre for Spatial Analysis & Policy group in Geography, at Leeds Uni. See the GitHub Repo for details.
I had a few aims:
I am also extremely sympathetic to the argument made by e.g. Richard McElreath in his book Statistical Rethinking:
That is the reason that this book insists on working with the computational nuts and bolts... This requires knowing the statistical model in greater detail than is customary, and it requires doing the computations the hard way, at least until you are wise enough to use the push-button solutions.
(See page 4). That is, maybe being forced to think about how to perform statistical analysis in a slightly more verbose environment is no bad thing.
- I don't want to get into an R vs Python argument; just to point out that you can use Python.
- Another big aim was to evangelise about Bayesian methods. Or at least being explicit about statistical models, parameter fitting, and, if you must, what hypotheses you are actually testing. To my, self-taught, mind, a Bayesian approach is rather natural.
- Finally, to have some discussion of Probabilistic Programming, here using
pymc3. That is, the way we code with pymc3
is such that certain variables are actually random variables from which we typically later take samples from, using MCMC techniques.
I would have liked to have time to discuss seaborn but, time is finite.
For a dataset, I extracted the main data from the article Expectations of brilliance underlie gender distributions across academic disciplines. I want to blog more about this later. I had hoped to get a discussion going with the audience (as I am not a statistician by training or trade) but unfortunately turnout from senior colleagues was rather low.
I did have an interesting chat with my colleague Roger Beecham (and homepage) who is speaking about data visualisation soon. He pointed me to a great paper by Matthew Kay and Jeffrey Heer. This allows me to bang my reproducible research drum. The Kay-Heer paper says:
This paper would not have been possible without the public release of data from Harrison et al. [1]. That release of data contributes to a broader conversation not only about the results of any particular study, but the analysis of data, and the accumulation of datasets and shared knowledge.
Here the authors perform a re-analysis of data which has been made freely and easily available; made available with the original R scripts which performed the original analysis. This can be contrasted with the data I used, which was available (yay!) but only in a PDF file, which required some work on my part to get into a PDF file, and with no trace of the software stack and precise procedures used to analyse the data. We should all publish our data and methods.