hw08_masterNovember 8, 20191Homework 8: Confidence IntervalsReading: *EstimationPlease complete this notebook by filling in the cells provided.Before you begin, execute thefollowing cell to load the provided tests. Each time you start your server, you will need to executethis cell again to load the tests.Homework 8 is dueThursday, 10/31 at 11:59pm. You will receive an early submission bonuspoint if you turn in your final submission by Wednesday, 10/30 at 11:59pm. Start early so thatyou can come to office hours if you’re stuck. Check the website for the office hours schedule. Latework will not be accepted as per thepoliciesof this course.Directly sharing answers is not okay, but discussing problems with the course staff or with otherstudents 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 youranswer in the designated space. Moreover, throughout this homework and all future ones, please besure to not re-assign variables throughout the notebook! For example, if you usemax_temperaturein your answer to one question, do not reassign it later on.[ ]:# Don't change this cell; just run it.importnumpyasnpfromdatascienceimport*# These lines do some fancy plotting magic.importmatplotlib%matplotlibinlineimportmatplotlib.pyplotaspltplt.style.use('fivethirtyeight')importwarningswarnings.simplefilter('ignore',FutureWarning)fromclient.api.notebookimportNotebookok=Notebook('hw08.ok')1