https://github.com/ivotron/learn-stats
Notebooks corresponding to classes, online courses, books on statistics
https://github.com/ivotron/learn-stats
Last synced: 28 days ago
JSON representation
Notebooks corresponding to classes, online courses, books on statistics
- Host: GitHub
- URL: https://github.com/ivotron/learn-stats
- Owner: ivotron
- Created: 2015-11-08T19:54:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-08T20:03:55.000Z (over 10 years ago)
- Last Synced: 2025-03-21T11:50:57.971Z (about 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Exercises and toy examples I use while learning statistics. To execute the
notebook server:
```
docker run \
-d -p 8888:8888 \
-v `pwd`:/home/jovyan/work \
jupyter/datascience-notebook
```