onstove.Electricity.net_benefit#

Electricity.net_benefit(model: onstove.OnStove, w_health: int = 1, w_spillovers: int = 1, w_environment: int = 1, w_time: int = 1, w_costs: int = 1)[source]#

This method expands Technology.net_benefit() by taking into account electricity availability in the calculations.

Parameters:
model: OnStove model

Instance of the OnStove model containing the main data of the study case. See onstove.OnStove.

w_health: int, default 1

Determines the weight of the health parameters (reduced morbidity and mortality) in the net-benefit equation.

w_spillovers: int, default 1

Determines the weight of the spillover effects from cooking with traditional fuels in the net-benefit equation.

w_environment: int, default 1

Determines the weight of the environmental effects (reduced emissions) in the net-benefit equation.

w_time: int, default 1

Determines the weight of the opportunity cost (reduced time spent) in the net-benefit equation.

w_costs: int, default 1

Determines the weight of the costs in the net-benefit equation.

See also

net_benefit