top | item 9715325

Computational Statistics in Python

74 points| jonwachob91 | 10 years ago |people.duke.edu | reply

7 comments

order
[+] arno_v|10 years ago|reply
Looks nice, but skimming through it I saw loads of typos. Makes you wonder how much effort was put into this.
[+] lightningstorm|10 years ago|reply
Really? a huge volume of material was released and you question the effort due to typos? it says version 0.1 at the top.
[+] krick|10 years ago|reply
Anybody knows a book on similar topic with lots of practical examples and exercises? By "practical" I mean that instead of mathematical definition of covariance and example of how to use it in R/Python author would provide us with some real world use case where we're trying to obtain some information about the real world, given some data. Like list of water temperature measurements over the years, number of pirates… you've got the idea.
[+] logancg|10 years ago|reply
Try ISLR (for learning/prediction-based stats). Probably the best for someone of your level. Incredibly well written, based around examples, reproducible code. The complex parts – the parts where you need math or abstract concepts – are VERY intuitive.

http://www-bcf.usc.edu/~gareth/ISL/ISLR%20Fourth%20Printing....

Free download from the authors, too!