Skip to content

voiage.methods.ceaf.CEAFResult

Container for a cost-effectiveness acceptability frontier result.

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.

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:

  • self
  • analysis_id str
  • decision_problem_id str

Returns: dict[str, object]