๐ŸŽฒ Monte Carlo Engine

Generic scenario simulator ยท applies to any decision with uncertain variables

๐Ÿ“ How It Works

Define up to 6 input variables with ranges. Write a formula combining them. Run 10,000 simulations. See the distribution of outcomes.

Example: For dad's garage 5-year cash flow: (spots ร— rent ร— 12 ร— occ ร— 5) โˆ’ (opex ร— 60) โˆ’ price
Variables: spots=14 (fixed), rent (75โ€“200), occ (0.6โ€“0.95), opex (500โ€“2000), price (90000โ€“150000)

๐ŸŽฏ Define Variables

Distribution: uniform (equal chance across range), triangular (most likely = midpoint), normal (bell curve, midpoint = mean, range = ยฑ2 sigma).

๐Ÿ“ Formula