An open API service indexing awesome lists of open source software.

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.

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.