110 lines
3.8 KiB
TeX
Executable File
110 lines
3.8 KiB
TeX
Executable File
\documentclass[a4paper,10pt]{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}
|
|
\geometry{left=5mm,right=10mm, top=10mm}
|
|
\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 } & & & & \\
|
|
\textbf{Jerde-Hilpert } & & & & \\
|
|
\textbf{Kassulke,...} & & & & \\
|
|
\textbf{Kulas Inc } & & & & \\
|
|
\textbf{Trantow-... } & & & & \\
|
|
\bottomrule
|
|
\end{tabular}
|
|
\end{minipage}
|
|
\\[1.5cm]
|
|
\begin{minipage}[t]{0.5\textwidth}
|
|
\begin{tabular}{|l|rrr|}
|
|
\toprule
|
|
\textbf{Produit} & Impression & Logiciel & Ordinateur \\
|
|
\textbf{Vendeur } & & & \\
|
|
\midrule
|
|
\textbf{Barton LLC } & & & \\
|
|
\textbf{Jerde-Hilpert } & & & \\
|
|
\textbf{Kassulke,...} & & & \\
|
|
\textbf{Kulas Inc } & & & \\
|
|
\textbf{Trantow-... } & & & \\
|
|
\midrule
|
|
\textbf{Total } & & & \\
|
|
\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 } & & & & \\
|
|
\textbf{Jerde-Hilpert } & & & & \\
|
|
\textbf{Kassulke, ...} & & & & \\
|
|
\textbf{Kulas Inc } & & & & \\
|
|
\textbf{Trantow-... } & & & & \\
|
|
\midrule
|
|
\textbf{Total } & & & & \\
|
|
\bottomrule
|
|
\end{tabular}
|
|
\begin{center}
|
|
\normalsize
|
|
Tableau des \textbf{fréquences marginales}
|
|
\end{center}
|
|
\end{minipage}
|
|
}
|
|
|
|
\begin{document}
|
|
|
|
\small
|
|
\tableaux
|
|
\vfill
|
|
\tableaux
|
|
\vfill
|
|
\tableaux
|
|
|
|
|
|
|
|
\end{document}
|