Statistics learning recommendations: Difference between revisions

From Cognito
No edit summary
Line 16: Line 16:


* [http://www.amazon.com/Signal-Noise-Art-Science-Prediction-ebook/dp/B007V65R54/ The Signal and the Noise] by Nate Silver
* [http://www.amazon.com/Signal-Noise-Art-Science-Prediction-ebook/dp/B007V65R54/ The Signal and the Noise] by Nate Silver


=== Frequentist approach textbook ===
=== Frequentist approach textbook ===
Line 35: Line 34:
==== Programming and Bayesian statistics ====
==== Programming and Bayesian statistics ====


* [http://www.amazon.com/Think-Bayes-Allen-B-Downey-ebook/dp/B00F5BS96Q/ Think Bayes: Bayesian Statistics Made Simple] by Allen Downey
Good if you want to actually do statistical analysis. Good for becoming more familiar with programming.
 
* [http://www.amazon.com/Discovering-Statistics-Using-Andy-Field-ebook/dp/B00HPZ4VVM/ Discovering Statistics Using R] by Andy Field, Jeremy Miles and Zoe Field.
* [http://www.amazon.com/Think-Bayes-Allen-B-Downey-ebook/dp/B00F5BS96Q/ Think Bayes: Bayesian Statistics Made Simple] by Allen Downey teaches statistics through Python programming.
* [http://www.amazon.com/Doing-Bayesian-Data-Analysis-Tutorial/dp/0123814855/ Doing Bayesian Data Analysis: A Tutorial with R and BUGS] by John Kruschke.
* [http://www.amazon.com/Doing-Bayesian-Data-Analysis-Tutorial/dp/0123814855/ Doing Bayesian Data Analysis: A Tutorial with R and BUGS] by John Kruschke.
==== Data analysis ====
We don't have subject matter knowledge, but these books are very highly reviewed on Amazon.
* [http://www.amazon.com/Doing-Data-Science-Straight-Frontline/dp/1449358659 Doing Data Science: Straight Talk from the Frontline] by Cathy O'Neil and Rachel Schutt.
* [http://www.amazon.com/Data-Science-Business-data-analytic-thinking/dp/1449361323/ Data Science for Business: What you need to know about data mining and data-analytic thinking] by Foster Provost and Tom Fawcett.
* [http://www.amazon.com/Data-Smart-Science-Transform-Information/dp/111866146X/ Data Smart: Using Data Science to Transform Information into Insight] by John Foreman
==== Online classes ====
Statistics.com offers over 110 [http://www.statistics.com/course-catalog/ online courses] on various topics in statistics. The courses are expensive: $500 for a 4-week long course. We don't have any inside knowledge of the quality of the courses.

Revision as of 19:40, 8 February 2014

Generalities

Statistics is a fundamental tool in the social sciences, medical sciences, actuarial science and finance. Aside from being useful professionally, some of the basic concepts of statistics are also crucial to quantitative literacy.

Students should be warned that statistics expositions sometimes conceptually misguided. Arguably the focus on frequentist statistics rather than Bayesian statistics is an example of this. However, it's important to learn the standard perspectives in order to understand and communicate with people who use them.

Statistical intuition isn't the same as technical knowledge of things like how to perform factor analysis. One can have the technical knowledge without the intuition or the intuition without the technical knowledge. If you're planning on going into a line of work where statistics is used, you need to acquire the technical knowledge, but for general quantitative literacy, reading the material on "statistical intuition with real world examples" may suffice.

AP Statistics is generally regarded as unsubstantive and inadequate – students who want to build quantitative literacy should supplement the material with other materials such as those listed below.

Recommendations

Statistical intuition with real world examples

Frequentist approach textbook

Statistics in Plain English by Timothy C. Urdan is a lucid book that's only 200 pages long. It's somewhat terse and may not give enough examples. No exercises.

Statistics for Dummies, and Statistics II for Dummies offer a more leisurely exposition. Statistics Workbook for Dummies offers exercises.

Bayesian statistics

Chapter 8 of The Signal and the Noise by Nate Silver gives some history of Bayesian statistics and an exposition of the basics of the subject. (Silver's book is well-worth skimming in entirety for developing statistical intuition.)

Some blog posts

Programming and Bayesian statistics

Good if you want to actually do statistical analysis. Good for becoming more familiar with programming.

Data analysis

We don't have subject matter knowledge, but these books are very highly reviewed on Amazon.

Online classes

Statistics.com offers over 110 online courses on various topics in statistics. The courses are expensive: $500 for a 4-week long course. We don't have any inside knowledge of the quality of the courses.