| 12345678910111213141516171819202122232425262728293031 | 
							- \begin{frage}[2]%% Anzahl Punkte für diese Aufgabe
 - 
 - Kreuzen Sie an, welche Kenngrößen robust und welche nicht robust sind:
 - 
 - \newcommand{\rob}{
 -   \fbox{\TRAINER{x}} & \fbox{}
 - }
 - \newcommand{\nrb}{
 -   \fbox{} & \fbox{\TRAINER{x}}
 - }
 - 
 -   \begin{tabular}{|c|c|c|}
 -     \hline
 -      & robust & nicht robust\\
 -     \hline
 -      Mittelwert & \nrb\\
 -     \hline
 -      Q3 & \rob\\
 -     \hline
 -      IQR & \rob\\
 -     \hline
 -      Spannweite & \nrb\\
 -     \hline
 -     \end{tabular} 
 - 
 - \vspace{1mm}
 -   
 - Sie erhalten pro richtiges Kreuz 0.5 Punkte und für jede Falschnennung
 - -1 Punkt.
 -   
 -   \end{frage} 
 
 
  |