pdstools.decision_analyzer.plots._sensitivity¶
Sensitivity / threshold / prioritization-factor boxplot methods.
Functions¶
|
|
|
Sensitivity of the prioritization factors. |
|
Module Contents¶
- threshold_deciles(self, thresholding_on, thresholding_name, return_df=False)¶
- sensitivity(self, win_rank: int = 1, hide_priority=True, return_df=False, reference_group=None, additional_filters=None, total_decisions: int | None = None)¶
Sensitivity of the prioritization factors.
If reference_group is None, this works as global sensitivity, otherwise it is local sensitivity where the focus is on the reference_group.
When total_decisions is provided the x-axis shows percentages relative to that number and the hover includes both the absolute influence count and the total decisions.