create_cdf_chart
Generate a cumulative probability distribution chart (CDF) for a simulation output, showing the chance the output is below a given value. Creates a new sheet with binned data and an Excel line chart.
Instructions
ModelRisk: Render the ascending cumulative-probability curve (CDF) of one output's simulation result distribution as a new sheet in the workbook. The sheet has a binned data table plus a native Excel line chart of cumulative probability (0-100%) against the output value — the 'what's the chance the output is below X' view. Requires a completed simulation (reads samples from the active .vmrs). Idempotent — a sheet with the target name is replaced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_name | No | Target sheet name. Default: `CDF_<output_name>` (truncated to Excel's 31-char limit). | |
| output_name | Yes | VoseOutput name to chart. | |
| workbook_name | No | Workbook name. Omit for the active workbook. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||