Home > Offer > Modeling > Decision trees

Decision trees

Decision trees are the simplest models. The essence of this technique is contained in its name ? nodes and branches represent possible pathways of the patient?s management.
A decision tree consists of three types of nodes:

Flexibility of the decision tree makes it possible to add or eliminate branches in order to accurately represent the reality (i.e. to make the modelled problem more or less complicated). A decision tree may be a base for further simulation, e.g. in Markov models.