-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquantitative.tex
124 lines (95 loc) · 4.78 KB
/
quantitative.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
\subsubsection*{Outline}
As previously stated, the methodology for cost-benefit analysis in water interventions had only been done on a local and selective fashion.
Thus, an approach that automated and generalized previous work was necessary.
This approach was based on the qualitative outline given by the World Health Organization from "Valuing Water, Valuing Livelihoods."
At it's core it focused on the ratio of benefits over costs in the form of Disability Adjusted Life Years gained over US Dollars.
\\
\begin{center}
$\begin{matrix} \underline{\text{Years Gained}} \\ \text{Dollars} \end{matrix}$
\end{center}
Where Disability Adjusted Life Years are defined as:
\begin{center}
$\text{DALY} = \text{Travel Time} + \text{Sickness Time}$
\\
$\text{Travel Time} = \text{Time to Water} \times \text{Trips per Year}$
\\
$\text{Sickness Time} = \text{Number of cases} \times \text{Days Sick per Case} + \text{Deaths} \times \text{Standard Life Expectancy}$
\end{center}
These variables were computed across a country in the assigned survey clusters and used a combination of data collection, standard industry values, and statistical inference.
The following will outline the order of the model's interaction.
\subsubsection*{Objective Function}
Let $X = \{X_1,X_2,X_3,...,X_n\}$ be the survey cluster locations and $y = \{y_1,y_2,y_3,y_4\}$ be the possible water interventions to help a cluster.
These are defined more specifically as $y_1 = \text{Chlorine filters}$, $y_2 = \text{Hand Dug Well}$, $y_3 = \text{Drilled Well}$, $y_4 = \text{Communal Standpipe}$.
Then, the objective statement for each $X_i$ rests as: %include per household somehow
\begin{equation}
\begin{aligned}
& \underset{y}{\text{maximize}}
& & \frac{T_y + S_y}{P_y} \\
& T =
& & \text{Travel Time Gained from } y_i \\
& S =
& & \text{Illness and Death Time Gained from } y_i \\
& P =
& & \text{Cost of Intervention } y_i \\
\end{aligned}
\end{equation}
Each of these variables are dependent on various assumptions and approximate values.
Each will be broken down in turn.
\subsubsection*{Travel Improvements}
First, travel time gained is exclusive only to $y_2,y_3,y_4$ which contribute a new or improved water source.
In order to consider the location of the new intervention, various techniques were used to fill in the gaps of exact GPS locations for survey participants.
[Make sure data section covers this gap]
First, each region was split up into Voronoi shapes using survey cluster centers as the points of the diagram. %include Voronoi equation
The area of each shape was then computed by intersecting them with region boundaries and using the Shoelace or Gauss-Area formula. %include shoelace formula
%%% Include picture of sample Voronoi shapes in country or region boundaries %%%
With this area found, a square shape was created with the same area and the surveyees were scattered throughout the square area using a uniform distribution and gamma distribution.
This scattering was based on the assumption that surveyees lived in clumps or population centers.
%%% Include picture of square with points scattered %%%
A water source was then figuratively placed in the middle of our test area and each record was reviewed to see if it had an improved access to water, and how great the improvement was.
This process was performed over $G$ iterations and the results were recorded as $a_j$ for impact status and $b_j$ for the amount of impact:
\begin{equation*}
a_j = \{a_{j1},a_{j2},...,a_{jG}\}
\end{equation*}
\begin{equation*}
a_{jg} =
\left\{
\begin{array}{ll}
0 & \text{if impact}\\
1 & \text{if no impact} \\
\end{array}
\right.
\end{equation*}
\begin{equation*}
b_j = \{b_{j1},b_{j2},...,b_{jG}\}
\end{equation*}
\begin{equation*}
b_{jg} =
\left\{
\begin{array}{ll}
t_{\text{new}} - t_{\text{prev}} & \text{if impact} \\
0 & \text{if no impact}\\
\end{array}
\right.
\end{equation*}
After all iterations,
\begin{equation*}
\frac{a_j}{G}
\end{equation*}
gave a probability that each record was affected in the intervention and
\begin{equation*}
a = \sum_{j=1}^{J} \sum_{g=1}^{G} a_{jg}
\end{equation*}
gave the approximate number of records affected.
The average impact on each of these records was recorded as
\begin{equation*}
\text{is this correct?}
b = \frac{\sum_{j=1}^{J} \sum_{g=1}^{G} b_jg}{a}
\end{equation*}
By this method, the improvement of travel time was quantified.
\subsubsection*{Illness and Death Improvements}
\subsubsection*{Cost of Intervention}
In order to get a cost of each intervention in $Y$, a great deal of standard values had to be used.
These costs had to be first divided into \emph{capital} and \emph{recurrent} costs.
Inflation had to be factored in and the following assumptions were made.
[Refer the constants that were assumed in the Appendix or define them here?]
$$c_1 = 20 \text{ (years each intervention lasted)}$$