monte_carlo_estimate
Run a three-point (triangular) Monte Carlo simulation over cost line items. Use when a user needs a realistic range for a quote, budget or project cost instead of a single guess. Returns total-cost percentiles (p10/p50/p80/p90) and per-item breakdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | optional seed for reproducible output | |
| items | Yes | Cost line items with three-point estimates | |
| iterations | No | optional, 100-20000, default 5000 |