visualise
visualise(show=True, save_path=None, target_pod=0.9, confidence_level=95)Generates and displays diagnostic plots (Signal Model and PoD Curve).
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| show | bool | If True, calls plt.show(). | True |
| save_path | str | If provided, saves figures to disk (e.g., ‘results/run1’). Appends ’_signal.png’ and ’_pod.png’. | None |
| target_pod | float | The target PoD value to plot. | 0.9 |
| confidence_level | float | The confidence level (50, 90, 95, 99) for confidence bounds. | 95 |