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)#

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 whether health parameters (reduced morbidity and mortality) should be considered in the net-benefit equation.

w_spillovers: int, default 1

Determines whether spillover effects from cooking with traditional fuels should be considered in the net-benefit equation.

w_environment: int, default 1

Determines whether environmental effects (reduced emissions) should be considered in the net-benefit equation.

w_time: int, default 1

Determines whether opportunity cost (reduced time spent) should be considered in the net-benefit equation.

w_costs: int, default 1

Determines whether costs should be considered in the net-benefit equation.

See also

net_benefit