\documentclass{article}
\usepackage{alltt,url,cite}
\usepackage{colortbl}
\usepackage{times}

\newcommand{\arrow}{\ensuremath{\to}}

\newcommand{\boxplot}[5]{
\begin{picture}(100, 7)
\put(#1, 2){\line(0, 1){4}}
\put(#1, 4){\line(1, 0){#2}}
\put(#3, 4){\circle*{3}}
\put(#3, 4){\line(1, 0){#4}}
\put(#5, 2){\line(0, 1){4}}
\put(50, 3){\line(0, 1){4}}
\end{picture}
}

\textwidth 7.5in
\oddsidemargin -0.5in
\topmargin -0.5in
\textheight 9.0in

\begin{document}

\begin{figure}[!t]
\begin{center}
{\scriptsize
\begin{tabular}{|@{}c@{}| r    | @{}r         | @{}c@{}        | @{}c@{}          |        @{}c         |}\hline
\multicolumn{6}{|c|}{NASA93 Ground}\\\hline
  &   &                 & Median  & Spread     & Reduction Quartiles \\
Win  & Goal & Change & Reduc   & Reduc      &        50\% \\\hline
%     & defects & ReduceFunct &    64\% &   28\% & \boxplot{45.7467}{18.5461}{64.2928}{9.93909}{74.2319}\\ 
%     & defects & W &    54\% &   32\% & \boxplot{33.117}{21.349}{54.466}{10.4747}{64.9407}\\ 
%     & defects & Tools\&Tech &    51\% &   39\% & \boxplot{33.1779}{17.372}{50.5499}{21.6912}{72.2411}\\ 
%     & defects & ProcMaturity &    39\% &   73\% & \boxplot{0}{38.5634}{38.5634}{33.5112}{72.0746}\\\hline 
%     & effort & ReduceFunct &    62\% &   28\% & \boxplot{43.8475}{17.8433}{61.6909}{9.78052}{71.4714}\\ 
%     & effort & W &    58\% &   32\% & \boxplot{41.1765}{16.6389}{57.8154}{15.8471}{73.6625}\\ 
%     & effort & Tools\&Tech &    46\% &   22\% & \boxplot{39.7918}{6.55582}{46.3476}{15.7704}{62.1181}\\ 
%     & effort & ProcMaturity &    24\% &   76\% & \boxplot{0}{23.9029}{23.9029}{49.3219}{73.2248}\\\hline 
%     & months & ReduceFunct &    37\% &   16\% & \boxplot{26.6932}{9.94021}{36.6334}{6.15848}{42.7918}\\ 
%     & months & W &    30\% &   16\% & \boxplot{19.0595}{11.1223}{30.1817}{5.04286}{35.2246}\\ 
%     & months & Tools\&Tech &    29\% &   26\% & \boxplot{14.7299}{13.9786}{28.7085}{11.5873}{40.2958}\\ 
%     & months & ProcMaturity &    29\% &   33\% & \boxplot{4.70219}{23.8499}{28.5521}{8.68562}{37.2378}\\\hline 

 & defects & ProcMaturity &    10\% &   16\% & \boxplot{0.240256}{9.97659}{10.2168}{5.80926}{16.0261}\\ 
 & defects & W &     1\% &    9\% & \boxplot{0.23949}{0.814027}{1.05352}{8.41373}{9.46725}\\ 
 & defects & Tools\&Tech &     0\% &  117\% & \boxplot{0}{0}{0}{60.735}{60.735}\\ 
 & defects & ReduceFunct &   -18\% &   20\% & \boxplot{0}{0}{0}{0}{0}\\\hline 
 & effort & W &    26\% &   64\% & \boxplot{0}{26.1448}{26.1448}{35.914}{62.0588}\\ 
 & effort & Tools\&Tech &    16\% &   94\% & \boxplot{0}{15.7486}{15.7486}{78.185}{93.9336}\\ 
 & effort & ProcMaturity &    -0\% &   58\% & \boxplot{0}{0}{0}{18.7029}{18.7029}\\ 
 & effort & ReduceFunct &   -38\% &   78\% & \boxplot{0}{0}{0}{0}{0}\\\hline 
 & months & Tools\&Tech &    26\% &   66\% & \boxplot{0}{26.0139}{26.0139}{39.9896}{66.0035}\\ 
 & months & W &    20\% &   27\% & \boxplot{1.41077}{18.7777}{20.1885}{8.46537}{28.6538}\\ 
 & months & ProcMaturity &    17\% &   10\% & \boxplot{11.005}{6.19438}{17.1994}{4.13213}{21.3316}\\ 
 & months & ReduceFunct &    -6\% &    8\% & \boxplot{0}{0}{0}{0}{0}\\\hline 


\end{tabular}}
\end{center}
\caption{Comparing defect, effort, and month estimation reduction percentages ($100*\frac{initial-final}{intial}$ of drastic business decisions vs {\W}'s recommendations for the Ground case study.}
\label{fig:drastic-ground}
\end{figure}


\end{document}