Datasets
Standard Dataset
Yearly Bicycle Shopping Trips
- Citation Author(s):
- Submitted by:
- Seth Wagenman
- Last updated:
- Thu, 06/20/2024 - 07:54
- DOI:
- 10.21227/4x3e-b512
- License:
- Categories:
- Keywords:
Abstract
This file is a MagicDraw export demonstrating how to code for Monte Carlo simuation of activity diagrams. The activity diagram "Use Bicycle" has two nested algorithms.
The first nested diagram produces a pseuro-random integer for the number of bicycle shopping trips above and beyond 52, or once per week, from a discrete Weibull distribution arbitrarily chosen for demonstration only. The second nested diagram takes in that integer, adds it to 52, and cyclically simulates a bicycle shopping trip via one additioanl nested diagram.
The final nested diagram contains the duration constraints necessary to estimate annual total durations of each work step.
Acquire software able to open MagicDraw projects (ending in .mdzip). Open the file and view the diagrams and structures within it.