voiage.methods.heterogeneity.HeterogeneityResult
Structured Value of Heterogeneity result.
Attributes
Section titled “Attributes”value : float Value of tailoring decisions to subgroups. subgroup_labels : list[str] Unique subgroup labels in analysis order. subgroup_weights : numpy.ndarray Population weight for each subgroup. subgroup_optimal_strategy_indices : numpy.ndarray Optimal strategy index per subgroup. subgroup_optimal_strategy_names : list[str] Optimal strategy name per subgroup. subgroup_expected_net_benefits : numpy.ndarray Expected net benefit of the subgroup-optimal strategy. overall_optimal_strategy_index : int Optimal strategy index if a single decision is used for everyone. overall_optimal_strategy_name : str Name of the overall-optimal strategy. overall_expected_net_benefit : float Expected net benefit of the overall-optimal strategy.