Import work from year 2014-2015

This commit is contained in:
Benjamin Bertrand
2017-06-16 09:48:07 +03:00
commit 7e5feb002b
1531 changed files with 418856 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,63 @@
\documentclass[a4paper,14pt]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{graphicx}
\usepackage{thumbpdf}
\usepackage{wasysym}
\usepackage{ucs}
\usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps,pgfshade}
\usepackage{verbatim}
\usepackage{subfig}
\usepackage{amssymb}
\newcommand{\Z}{\mathbb{Z}}
\newtheorem{Def}{Definition}
\usetheme{Singapore}
\usepackage[defaultsans]{droidsans}
%\renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be typewriter style
\usepackage[T1]{fontenc}
\author{}
\title{}
\date{}
\begin{document}
\small
\begin{frame}{Liens entre le poids et la taille}
\hspace*{-1cm}
\begin{tabular}{|c|*{9}{c|}}
\hline
Individus & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 \\
\hline
Taille & 181 & 154 & 191 & 208 & 165 & 153 & 193 & 177 & 169 \\
\hline
Poinds & 85 & 67 & 87 & 102 & 75 & 51 & 85 & 64 & 92 \\
\hline
\end{tabular}
\end{frame}
\begin{frame}{Liens entre vitesse et consommation}
\normalsize
\begin{center}
\begin{tabular}{|c|*{9}{c|}}
\hline
Véhicule & 1 & 2 & 3 & 4 & 5 & 6 \\
\hline
Taille & 20 & 60 & 10 & 80 & 70 & 90 \\
\hline
Poinds & 11,5 & 6,6 & 16,5 & 7,5 & 7,0 & 9,0\\
\hline
\end{tabular}
\end{center}
\end{frame}
\end{document}

View File

@@ -0,0 +1,66 @@
\documentclass[a4paper,10pt]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{graphicx}
\usepackage{thumbpdf}
\usepackage{wasysym}
\usepackage{ucs}
\usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps,pgfshade}
\usepackage{verbatim}
\usepackage{subfig}
\usepackage{amssymb}
\newcommand{\Z}{\mathbb{Z}}
\newtheorem{Def}{Definition}
\usetheme{Singapore}
\usepackage[defaultsans]{droidsans}
%\renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be typewriter style
\usepackage[T1]{fontenc}
\author{}
\title{}
\date{}
\begin{document}
\small
\begin{frame}{Liens entre espérance de vie et le nombre de lits dans les centres hospitaliers}
\hspace*{-1cm}
\begin{tabular}{|p{2cm}|*{7}{p{1cm}|}}
\hline
Ville & Seine et Marne & Yvellines & Essonne & Hauts-de-Seine & Seine-Saint-Denis & Val-de-Marne & Val-d'Oise \\
\hline
Espérance de vie (en année) & 78,7 & 80,5 & 80,4 & 81 & 78,8 & 79,8 & 79,1 \\
\hline
Nombre de lits & 2225 & 2161 & 1801 & 2901 & 2497 & 3411 & 2422 \\
\hline
\end{tabular}
~\\[1cm]
Sources: ISSEE \url{http://www.insee.fr/fr/default.asp}
\end{frame}
\begin{frame}{Liens entre espérance de vie et effectif dans la santé}
\hspace*{-1cm}
\begin{tabular}{|p{2cm}|*{7}{p{1cm}|}}
\hline
Ville & Seine et Marne & Yvellines & Essonne & Hauts-de-Seine & Seine-Saint-Denis & Val-de-Marne & Val-d'Oise \\
\hline
Espérance de vie (en année) & 78,7 & 80,5 & 80,4 & 81 & 78,8 & 79,8 & 79,1 \\
\hline
Effectif dans la santé (en milliers) & 0,3 & 0,4 & 0,3 & 0,6 & 3 & 1,2 & 0,4 \\
\hline
\end{tabular}
~\\[1cm]
Sources: ISSEE \url{http://www.insee.fr/fr/default.asp}
\end{frame}
\end{document}

View File

@@ -0,0 +1,25 @@
Notes sur des données pour faire des statistiques à 2 variables
###############################################################
:date: 2015-07-01
:modified: 2015-07-01
:tags: Stat
:category: T_STMG
:authors: Benjamin Bertrand
:summary: Pas de résumé, note créée automatiquement parce que je ne l'avais pas bien fait...
`Lien vers Stat_2varia_tableur.pdf <Stat_2varia_tableur.pdf>`_
`Lien vers tableur.ods <tableur.ods>`_
`Lien vers Stat_2varia.pdf <Stat_2varia.pdf>`_
`Lien vers Stat_2varia_cours.ods <Stat_2varia_cours.ods>`_
`Lien vers Stat_2varia.tex <Stat_2varia.tex>`_
`Lien vers 35p134.ods <35p134.ods>`_
`Lien vers Stat_2varia_tableur.tex <Stat_2varia_tableur.tex>`_

Binary file not shown.