Binomial Distribution#
TODO
Instructions#
Download the csv dataset in the Data Set section and place it in the
Linux Files
folder on your folder system where you save your.py
scripts.Create a Python
.py
script namedLASTNAME_FIRSTNAME_project_nine.py
in yourLinux Files
folder on your file system. You can do this by opening an IDLE session, creating a new file and then saving it. ReplaceLASTNAME
andFIRSTNAME
with your last and first name, respectively.Create a docstring at the very top of the script file. Keep all written answers in this area of the script.
Read the Background section.
Read the Loading In Data section.
Load in the data from the
.csv
file using the technique outlined in the Loading Data section.Perform all exercises and answer all questions in the Project section. Label your script with comments as indicated in the instructions of each problem.
When you are done,zip your script and the csv file in a zip file named
LASTNAME_FIRSTNAME_project_nine.zip
Upload the zip file to the Google Classroom Project Four Assignment.
Loading In Data#
TODO
Background#
TODO
Project#
TODO
Data Set#
TODO
TODO: histograms for binomial
todo: function for combinations and prob mass, etc, etc