voiage.methods.ceaf.CEAFResult
Container for a cost-effectiveness acceptability frontier result.
Attributes
Section titled “Attributes”wtp_thresholds : numpy.ndarray Willingness-to-pay thresholds used for the frontier. optimal_strategy_indices : numpy.ndarray Index of the expected-optimal strategy at each threshold. optimal_strategy_names : list[str] Names of the expected-optimal strategies. acceptability_probabilities : numpy.ndarray Probability that the expected-optimal strategy is cost-effective. probability_lower : numpy.ndarray Lower uncertainty band for the acceptability probability. probability_upper : numpy.ndarray Upper uncertainty band for the acceptability probability. expected_net_benefit : numpy.ndarray Expected net benefit of the selected strategy at each threshold.
Methods
Section titled “Methods”to_dict
Section titled “to_dict”to_dict([positional or keyword] self: None = None, [keyword-only] analysis_id: str = None, [keyword-only] decision_problem_id: str = None) -> dict[str, object]Serialize this result to the stable v1 CEAF payload.
Parameters:
selfanalysis_idstrdecision_problem_idstr
Returns: dict[str, object]