compute_evi: Compute Expected Value of Intervention

View source: R/evi.R

compute_eviR Documentation

Compute Expected Value of Intervention

Description

Computes the Expected Value of Intervention (EVI) as the reduction in expected loss from no action to the selected intervention.

Usage

compute_evi(loss_no_action, loss_intervention)

Arguments

loss_no_action

Numeric vector of expected loss under no action.

loss_intervention

Numeric vector of expected loss under intervention.

Value

Numeric vector of EVI values.

Examples

compute_evi(c(10, 5, 2), c(7, 4, 3))

bewrs documentation built on June 24, 2026, 5:08 p.m.