Course Hero Logo

hw06.pdf - hw06 April 26 2020 76 : # Initialize OK from...

Doc Preview
Pages 24
Identified Q&As 41
Solutions available
Total views 100+
hw06 April 26, 2020 [76]:# Initialize OK fromclient.api.notebookimportNotebook ok=Notebook('hw06.ok') ===================================================================== Assignment: Homework 6: Probability, Simulation, Estimation, and Assessing Models OK, version v1.12.5 ===================================================================== 1Homework 6: Probability, Simulation, Estimation, and Assess- ing Models Reading: *Randomness*Sampling and Empirical Distributions*Testing Hypotheses Please complete this notebook by filling in the cells provided.Before you begin, execute the following cell to load the provided tests. Each time you start your server, you will need to execute this cell again to load the tests. Homework 6 is due Thursday, 3/5 at 11:59pm. You will receive an early submission bonus point if you turn in your final submission by Wednesday, 3/4 at 11:59pm. Start early so that you can come to office hours if you’re stuck. Check the website for the office hours schedule. Late work will not be accepted as per thepoliciesof this course. Directly sharing answers is not okay, but discussing problems with the course staff or with other students is encouraged. Refer to the policies page to learn more about how to learn cooperatively. For all problems that you must write our explanations and sentences for, youmustprovide your answer in the designated space. Moreover, throughout this homework and all future ones, please be sure to not re-assign variables throughout the notebook! For example, if you usemax_temperature in your answer to one question, do not reassign it later on. [77]:# Don't change this cell; just run it. importnumpyasnp fromdatascienceimport* 1
# These lines do some fancy plotting magic. importmatplotlib %matplotlibinline importmatplotlib.pyplotasplt plt.style.use('fivethirtyeight') importwarnings warnings.simplefilter('ignore',FutureWarning) fromclient.api.notebookimportNotebook ok=Notebook('hw06.ok') _=ok.auth(inline=True) ===================================================================== Assignment: Homework 6: Probability, Simulation, Estimation, and Assessing Models OK, version v1.12.5 ===================================================================== Successfully logged in as [email protected] 1.11. Probability We will be testing some probability concepts that were introduced in lecture. For all of the following problems, we will introduce a problem statement and give you a proposed answer. You must assign the provided variable to one of the following three integers, depending on whether the proposed answer is too low, too high, or correct. 1. Assign the variable to 1 if you believe our proposed answer is too high. 2. Assign the variable to 2 if you believe our proposed answer is too low. 3. Assign the variable to 3 if you believe our proposed answer is correct. You are more than welcome to create more cells across this notebook to use for arithmetic operations
Course Hero Badge

Want to read all 24 pages?

Previewing 3 of 24 pages Upload your study docs or become a member.
Course Hero Badge

Want to read all 24 pages?

Previewing 3 of 24 pages Upload your study docs or become a member.
Course Hero Badge

End of preview

Want to read all 24 pages? Upload your study docs or become a member.