Probabilistic Sensitivity Analysis

class smart_choice.probabilistic_sensitivity.ProbabilisticSensitivity(decisiontree, varname, idx=0)[source]

Bases: object

Display a probabilistic sensitivity plot for a chance node.

Parameters
  • tree – Decision tree to be analized.

  • varname (str) – Name of the variable.

  • idx (int) – Identification number of the node of the tree used to collect the results. The identifier of the root node is 0 .

  • decisiontree (smart_choice.decisiontree.DecisionTree) –

Return type

Any

plot()[source]

Plots the sensitivty to probability.

probabilistic_sensitivity_chance()[source]
Return type

None

probabilistic_sensitivity_decision()[source]
Return type

None