Probability and statistics resources
- The Books page
- The Statistics Tutoring Center
- The excellent course notes for CSE 312 (pre-2020 web pages may have more openly available notes)
resources for the Boostrap, Confidence sets and Linear Regression
- All of statistics by Larry Wasserman
- Linear regression pp 245
- The bootstrap pp 129
- Confidence sets pp 116 (534)
- All of non-parametric statistics by Larry Wasserman (Bootstrap Ch 3, Cross-Validation 6.1 pp 125)
- Basic introduction to linear regression by David Lane
- Introduction to linear regression by Rencher and Schaalie (Linear Models in Statistics, Chapter 6, page 127/139).
- Another intro to linear regression, this time directly with multivariate data (The Elements of Statistical Learning, Chapter 2.3 pp30, and Chapter 3.2, pp 44-47) by Hastie, Tibshirani and Friedman
- Notes on logistic regression and naive Bayes by Tom Mitchell
an illustration of linear regression from Hastie, Tibshirani and Friedman
Boston Housing Data example
Python resources (compilation and suggestions by Hoyt Koepke)
Installation, etc: If you run Linux, the needed libraries are all in the standard
repositories. At a minimum, you will need NumPy, SciPy, and
Matplotlib. An easy way
to get all the packages you want is is
with Miniconda.
The open source IDE Spyder provides a decent editor
with an interactive command prompt designed for writing scientific
code. Other possible options include Wingware and tons of others. A
bunch of results are here:
http://stackoverflow.com/questions/81584/what-ide-to-use-for-python.
Feel free to post to the forum thoughts about editors.
For other operating systems, I’d strongly recommend using a
pre-packaged installer for Python with all the needed scientific
libraries such as Pythonxy or
the Enthought Python Distribution
(you’ll need to get a free academic license).
Matlab resources
- This
is a Matlab tutorial script file which accompanies the notes
on how to make plots with Matlab.
- Also there is more complete introduction to Matlab here. and
complete help at http://www.mathworks.com
Calculus tutorial
Pretty applications of
probability and statistics in computer science and related fields:
Other (more or less related) resources