Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
DataScienceUWL
GitHub Repository: DataScienceUWL/DS775
Path: blob/main/Lessons/Lesson 10 - Simulation/Overview_10.ipynb
871 views
Kernel: Python 3 (system-wide)

Overview 10: Simulation

Topics

  • Simulation

Learning Outcomes

The student will be able to:

  • generate random outcomes for continuous and discrete events.

  • use a computer to simulate a physical process or series of events that involve random inputs and outcomes and capture output for variables of interest.

  • summarize the results of simulation variables with descriptive statistics, probabilities, and confidence intervals as needed.

  • perform parameter analysis on a simulation and create trend charts.

  • optimize a linear program within a simulation.

Student "To Do" Checklist

  • Reading

    • read Hillier Chapter 20, but keep in mind that we will be performing simulations using Python rather than Excel or ASPE.

  • Work your way through the Jupyter notebook called Lesson_10.ipynb. This is the main presentation and replaces the Storybook presentations used in our other courses. Use the self-assessments to measure your understanding. There is a separate Jupyter notebook file with self-assessment solutions in the lesson folder. Self-assessments are not collected and do not count toward your grade.

  • Complete the homework notebook in CoCalc and transfer your answers to the Canvas Quiz by the due date which is shown both in Canvas and CoCalc.

Use Piazza to ask questions when you have them and be sure to check Piazza regularly so you don't miss out on any good Q & A or other discussions.