| compute_evi | R Documentation |
Computes the Expected Value of Intervention (EVI) as the reduction in expected loss from no action to the selected intervention.
compute_evi(loss_no_action, loss_intervention)
loss_no_action |
Numeric vector of expected loss under no action. |
loss_intervention |
Numeric vector of expected loss under intervention. |
Numeric vector of EVI values.
compute_evi(c(10, 5, 2), c(7, 4, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.