slides/slides08.tex
changeset 141 12729536bfa2
parent 140 4affecdbc1a9
child 142 14d4e839e13a
equal deleted inserted replaced
140:4affecdbc1a9 141:12729536bfa2
   508 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
   508 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
   509 
   509 
   510 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   510 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   511 \mode<presentation>{
   511 \mode<presentation>{
   512 \begin{frame}[c]
   512 \begin{frame}[c]
       
   513 \frametitle{Example}
       
   514 
       
   515 \begin{center}
       
   516 \begin{tabular}{l|l}
       
   517 Name	 & Has the disease?\\\hline
       
   518 Alice          & yes\\ 
       
   519 Bob     	 & no\\
       
   520 Charlie	 & yes\\
       
   521 Eve	         & no\\
       
   522 Chandler	 & yes\\
       
   523 \end{tabular}
       
   524 \end{center}
       
   525 
       
   526 How many people have a disease?
       
   527 
       
   528 \end{frame}}
       
   529 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
       
   530 
       
   531 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
       
   532 \mode<presentation>{
       
   533 \begin{frame}[c]
   513 \frametitle{Adding Noise}
   534 \frametitle{Adding Noise}
   514 
   535 
   515 Adding noise is not as trivial as one would wish:
   536 Adding noise is not as trivial as one would wish:
   516 
   537 
   517 \begin{itemize}
   538 \begin{itemize}
   518 \item If I ask how many of three have seen the Gangnam video and get a result
   539 \item If I ask how many of three have a disease and get a result
   519 as follows 
   540 as follows 
   520 
   541 
   521 \begin{center}
   542 \begin{center}
   522 \begin{tabular}{l|c}
   543 \begin{tabular}{l|c}
   523 Alice & yes\\
   544 Alice & yes\\
   528 
   549 
   529 then I have to add a noise of \bl{$1$}. So answers would be in the
   550 then I have to add a noise of \bl{$1$}. So answers would be in the
   530 range of \bl{$1$} to \bl{$3$}
   551 range of \bl{$1$} to \bl{$3$}
   531 
   552 
   532 \bigskip
   553 \bigskip
   533 \item But if I ask five questions for all the dataset (has seen Gangnam video, is male, below 30, \ldots),
   554 \item But if I ask five questions for all the dataset (has the disease, is male, below 30, \ldots),
   534 then one individual can change the dataset by \bl{$5$}
   555 then one individual can change the dataset by \bl{$5$}
   535 \end{itemize}
   556 \end{itemize}
   536 
   557 
   537 \end{frame}}
   558 \end{frame}}
   538 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
   559 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%