Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbryer/data606
Statistics and Probability for Data Analytics
https://github.com/jbryer/data606
Last synced: about 2 months ago
JSON representation
Statistics and Probability for Data Analytics
- Host: GitHub
- URL: https://github.com/jbryer/data606
- Owner: jbryer
- Created: 2015-07-13T17:09:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T16:09:41.000Z (11 months ago)
- Last Synced: 2024-02-15T17:29:53.323Z (11 months ago)
- Language: HTML
- Homepage: http://data606.net
- Size: 66.4 MB
- Stars: 7
- Watchers: 4
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### DATA606 Statistics and Probabilty for Data Analytics
Author: Jason Bryer, Ph.D.
Significant portions of this package are drawn from [OpenIntro Statistics](http://www.openintro.org).
Course website: http://data606.net
#### Course Description
This course covers basic techniques in probability and statistics that are important in the field of data analytics. Discrete probability models, sampling from infinite and finite populations, statistical distributions, basic Bayesian statistics, and non-parametric statistical techniques for categorical data are covered in this course. Each of these statistical concepts will be applied in a variety of real-world scenarios through the use of case studies and customized data sets.
See the [CUNY Website](http://sps.cuny.edu/programs/ms_dataanalytics) for details about the Online Master's Degree in Data Analytics.
#### Installation
```
install.packages(c('devtools','openintro'))
devtools::install_github('jbryer/DATA606')
```