voiage.clinical_trials.ClinicalTrialDesignOptimizer
Comprehensive clinical trial design optimization using VOI.
This class provides a unified interface for optimizing all aspects of clinical trial design using Value of Information analysis.
Methods
Section titled “Methods”optimize_complete_design
Section titled “optimize_complete_design”optimize_complete_design([positional or keyword] self: None = None, [positional or keyword] treatment: Treatment = None, [positional or keyword] budget_constraint: float | None = None) -> dict[str, Any]Optimize complete trial design using VOI analysis.
Args: treatment: Treatment being tested budget_constraint: Maximum budget for the trial
Returns
Section titled “Returns”Complete optimized trial design
Parameters:
selftreatmentTreatmentbudget_constraintfloat | None(default:None)
Returns: dict[str, Any]
simulate_trial_outcomes
Section titled “simulate_trial_outcomes”simulate_trial_outcomes([positional or keyword] self: None = None, [positional or keyword] treatment: Treatment = None, [positional or keyword] optimized_design: dict[str, Any] = None) -> TrialOutcomeSimulate trial outcomes using optimized design.
Args: treatment: Treatment being tested optimized_design: Optimized trial design
Returns
Section titled “Returns”Simulated trial outcome
Parameters:
selftreatmentTreatmentoptimized_designdict[str, Any]
Returns: TrialOutcome