You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this_bf_cognitive_benefit=num_bf*probability_5yr*self.econ_inputs[_("Percent of lifetime earning actually realized")]\
193
+
*self.econ_inputs[_("Increase in IQ points due to early breastfeeding")] *self.econ_inputs[_("Rate of increase in earnings from IQ")] *self.econ_inputs[_("Labor share of GDP")]\
194
+
*self.econ_inputs[_("GDP per capita")] * ((1+self.econ_inputs[_("GDP growth rate")]) ** (self.year+age))\
probability_15yr=self.life_table[(self.life_table["Age"] ==age)][_("Proportion left since age 15")].item()
204
+
probability_25yr=self.life_table[(self.life_table["Age"] ==age)][_("Proportion left since age 25")].item()
205
+
probability_35yr=self.life_table[(self.life_table["Age"] ==age)][_("Proportion left since age 35")].item()
206
+
probability_45yr=self.life_table[(self.life_table["Age"] ==age)][_("Proportion left since age 45")].item()
207
+
208
+
209
+
this_maternal_death_cost=self.pw_deaths[self.year] * (probability_15yr*self.econ_inputs[_("Percentage of pregnant women 15-19 years")] +probability_25yr*self.econ_inputs[_("Percentage of pregnant women 20-29 years")]\
210
+
+probability_35yr*self.econ_inputs[_("Percentage of pregnant women 30-39 years")] +probability_45yr*self.econ_inputs[_("Percentage of pregnant women 40-49 years")]) *self.econ_inputs[_("Percent of lifetime earning actually realized")]\
211
+
*self.econ_inputs[_("Female labor force participation")] *self.econ_inputs[_("GDP per capita")] * ((1+self.econ_inputs[_("GDP growth rate")]) ** (self.year+a-1))\
self.mat_anemia_cases_cost[self.year] =pw_ane* (self.econ_inputs[_("Loss in productivity due to maternal anemia")] *self.econ_inputs[_("Proportion of pregnancy to apply benefits to (maternal anemia)")] *self.econ_inputs[_("Female labor force participation")]\
0 commit comments