https://github.com/sunsided/dand-carddraws
Statistics of Card Draws from a standard 52 card deck.
https://github.com/sunsided/dand-carddraws
data-analyst-nanodegree data-science jupyter-notebook nanodegree python udacity udacity-nanodegree
Last synced: 12 days ago
JSON representation
Statistics of Card Draws from a standard 52 card deck.
- Host: GitHub
- URL: https://github.com/sunsided/dand-carddraws
- Owner: sunsided
- Created: 2017-07-14T23:13:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T23:14:58.000Z (over 8 years ago)
- Last Synced: 2025-04-07T03:48:18.135Z (7 months ago)
- Topics: data-analyst-nanodegree, data-science, jupyter-notebook, nanodegree, python, udacity, udacity-nanodegree
- Language: Jupyter Notebook
- Size: 784 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Statistics from Card Draws
This folder contains files for _Descriptive Statistics: Computing Statistics from Card Draws_ of the Udacity Data Analyst Nanodegree. The goal of this project is the exploration of measures of center and variance, as well as the Central Limit Theorem and the usage of z-tables.
This experiment uses a standard deck of playing cards. This is a deck of fifty-two cards divided into four suits (spades (♠), hearts (♥), diamonds (♦), and clubs (♣)), each suit containing thirteen cards (Ace, numbers 2-10, and face cards Jack, Queen, and King).
The file `cards.ipynb` is the main project file.