40

There have been a few questions about statistical textbooks, such as the question Free statistical textbooks. However, I am looking for textbooks that are Open Source, for example, having an Creative Commons license. The reason is that in course material in other domains, you still want to include some text about basic statistics. In this case, it would be interesting to reuse existing material, instead of rewriting that material.

Therefore, what Open Source textbooks on statistics (and perhaps machine learning) are available?

Egon Willighagen
  • 176
  • 1
  • 3
  • 7
  • On the other hand, can a book be open source? It rather applies to code, so probably the better word is "open book". –  Jul 25 '10 at 15:08
  • 1
    The site that is very close to open-source statistical handbook is http://stats.stackexchange.com :) – Tim Oct 06 '16 at 19:38

11 Answers11

13

Try IPSUR, Introduction to Probability and Statistics Using R by G. Jay Kerns. It's "free, in the GNU sense of the word".

http://ipsur.r-forge.r-project.org/book/

It's definitely open source - on the download page you can download the LaTeX source or the lyx source used to generate this.

Tsundoku
  • 237
  • 1
  • 3
  • 12
Stephen Turner
  • 4,183
  • 8
  • 27
  • 33
11

Michael Lavine: Introduction to Statistical Thought, licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.

Tsundoku
  • 237
  • 1
  • 3
  • 12
John D. Cook
  • 3,714
  • 1
  • 24
  • 28
10

Multivariate statistics with R

Shane
  • 11,961
  • 17
  • 71
  • 89
  • 2
    Thi is a broken link – Fran Aug 11 '14 at 02:11
  • 3
    Does this refer to Paul Hewson's book [*Multivariate Statistics with R*](http://local.disia.unifi.it/rampichini/analisi_multivariata/Hewson_notes.pdf) (2009, 177 pages)? – Tsundoku Oct 06 '16 at 19:18
7

The "Statistics" book on wikibooks

Shane
  • 11,961
  • 17
  • 71
  • 89
6

OpenIntro Statistics is available via CC BY-SA. The LaTeX source code plus the R code to generate every figure in the textbook is also readily available in a single download.

OpenIntro's website also highlights several other freely available statistics textbooks at the beginner, intermediate, and advanced levels.

David Diez
  • 101
  • 1
  • 2
5

Street-Fighting Mathematics. The Art of Educated Guessing and Opportunistic Problem Solving by Sanjoy Mahajan from MIT. Available under a Creative Commons Noncommercial Share Alike license.

Available as a free download on the MIT Press website (but not from the author's website).

Tsundoku
  • 237
  • 1
  • 3
  • 12
radek
  • 1,207
  • 2
  • 15
  • 37
5

Statistical Analysis with the General Linear Model

It covers basic linear models (ANOVA, ANCOVA, multiple regression). I can tell by personal experience that it is really really good book to get into the general framework of linear models, which are very useful in many advanced approaches (e.g., hierarchical modeling).

chl
  • 50,972
  • 18
  • 205
  • 364
Dave Kellen
  • 3,089
  • 1
  • 13
  • 12
  • 2
    This is Creative Commons but does not allow derivates... :( That way, I cannot use the bits in my own course material, just the bits I need them to know... – Egon Willighagen Jul 28 '10 at 11:00
4

R programming wiki book

Tal Galili
  • 19,935
  • 32
  • 133
  • 195
4

Some googling found Statistics & Probability on CollegeOpenTextbooks.org. Still, be aware that most of CC-ed material is share-aliked (so you must also publish your work on CC) or at least attributed (so you must add info that certain part was copied and from whom). The same works with GFDL (both SA & A), it is even worse since in principle you should print it along with the document.

Tsundoku
  • 237
  • 1
  • 3
  • 12
4

Collaborative Statistics is CC BY: http://cnx.org/content/col10522/latest/

-1

Look at Statistics Topics ebook on Amazon by Mehta, and his free web log Statistics Ideas that has lecture slides. Nearly free and better in some pedagogical topics, than the ones you cite on your list of resources.