## QC Phase 5: Orchestrators (Top-Level Entry Points) Integration functions that tie everything together. QC last — all building blocks should be verified by this point. - [x] `run_analysis()` — dispatches to correct method based on analysis object type - [x] `simulate_trial()` — combines data generation functions into a full trial - [x] `run_simulation()` — full simulation pipeline execution - [x] `setup_simulation_report()` — summarize and report simulation results
QC Phase 5: Orchestrators (Top-Level Entry Points)
Integration functions that tie everything together. QC last — all building blocks should be verified by this point.
run_analysis()— dispatches to correct method based on analysis object typesimulate_trial()— combines data generation functions into a full trialrun_simulation()— full simulation pipeline executionsetup_simulation_report()— summarize and report simulation results