\documentclass[aspectration=43,12pt,landscape]{article} \usepackage{myXsim} % Title Page \title{Tableau de fréquences - Exercices} \tribe{Première technologique} \date{Septembre 2019} \usepackage{booktabs} \renewcommand{\arraystretch}{0.7} \pagestyle{empty} \setlength\parindent{0pt} \newcommand\tableaux{ \begin{minipage}[t]{0.5\textwidth} \begin{center} \normalsize Tableau croisé \end{center} \begin{tabular}{|l|rrr|r|} \toprule \textbf{Produit} & Impression & Logiciel & Ordinateur & Total \\ \textbf{Vendeur } & & & & \\ \midrule \textbf{Barton LLC } & 5 & 12 & 2 & 19 \\ \textbf{Jerde-Hilpert } & 6 & 5 & 6 & 17 \\ \textbf{Kassulke, ...} & 6 & 9 & 5 & 20 \\ \textbf{Kulas Inc } & 6 & 15 & 3 & 24 \\ \textbf{Trantow-... } & 13 & 8 & 7 & 28 \\ \midrule \textbf{Total } & 36 & 49 & 23 & 108 \\ \bottomrule \end{tabular} \end{minipage} \begin{minipage}[t]{0.5\textwidth} \begin{center} \normalsize Tableau des \textbf{fréquences conditionnelles} au vendeurs \end{center} \begin{tabular}{|l|rrr|r|} \toprule \textbf{Produit} & Impression & Logiciel & Ordinateur & Total \\ \textbf{Vendeur } & & & & \\ \midrule \textbf{Barton LLC } & 26.32\% & 63.16\% & 10.53\% & 100.00\% \\ \textbf{Jerde-Hilpert } & 35.29\% & 29.41\% & 35.29\% & 100.00\% \\ \textbf{Kassulke,...} & 30.00\% & 45.00\% & 25.00\% & 100.00\% \\ \textbf{Kulas Inc } & 25.00\% & 62.50\% & 12.50\% & 100.00\% \\ \textbf{Trantow-... } & 46.43\% & 28.57\% & 25.00\% & 100.00\% \\ \bottomrule \end{tabular} \end{minipage} \vfill \begin{minipage}[t]{0.5\textwidth} \begin{tabular}{|l|rrr|} \toprule \textbf{Produit} & Impression & Logiciel & Ordinateur \\ \textbf{Vendeur } & & & \\ \midrule \textbf{Barton LLC } & 13.89\% & 24.49\% & 8.70\% \\ \textbf{Jerde-Hilpert } & 16.67\% & 10.20\% & 26.09\% \\ \textbf{Kassulke,...} & 16.67\% & 18.37\% & 21.74\% \\ \textbf{Kulas Inc } & 16.67\% & 30.61\% & 13.04\% \\ \textbf{Trantow-... } & 36.11\% & 16.33\% & 30.43\% \\ \midrule \textbf{Total } & 100.00\% & 100.00\% & 100.00\% \\ \bottomrule \end{tabular} \begin{center} \normalsize Tableau des \textbf{fréquences conditionnelles} au produits \end{center} \end{minipage} \begin{minipage}[t]{0.5\textwidth} \begin{tabular}{|l|lll|l|} \toprule \textbf{Produit} & Impression & Logiciel & Ordinateur & Total \\ \textbf{Vendeur } & & & & \\ \midrule \textbf{Barton LLC } & 4.63\% & 11.11\% & 1.85\% & 17.59\% \\ \textbf{Jerde-Hilpert } & 5.56\% & 4.63\% & 5.56\% & 15.74\% \\ \textbf{Kassulke, ...} & 5.56\% & 8.33\% & 4.63\% & 18.52\% \\ \textbf{Kulas Inc } & 5.56\% & 13.89\% & 2.78\% & 22.22\% \\ \textbf{Trantow-... } & 12.04\% & 7.41\% & 6.48\% & 25.93\% \\ \midrule \textbf{Total } & 33.33\% & 45.37\% & 21.30\% & 100.00\% \\ \bottomrule \end{tabular} \begin{center} \normalsize Tableau des \textbf{fréquences marginales} \end{center} \end{minipage} } \begin{document} \vfill \tableaux \vfill \end{document}