Last active
March 8, 2024 12:45
-
-
Save FdelMazo/89c903846907c4080826b8efe9fe2f13 to your computer and use it in GitHub Desktop.
6109-Proba: Ejercicios Obligatorios de Estadística, en Python
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41.3431 | |
33.5864 | |
155.0215 | |
23.0177 | |
6.4319 | |
121.5841 | |
45.4330 | |
69.9679 | |
0.8175 | |
27.2983 | |
75.4275 | |
111.1169 | |
33.3828 | |
10.3938 | |
9.7858 | |
10.0267 | |
87.5067 | |
33.4421 | |
7.3478 | |
116.1580 | |
8.5291 | |
5.8085 | |
83.8134 | |
141.0322 | |
41.0352 | |
9.9160 | |
41.5973 | |
48.5345 | |
37.8218 | |
114.1760 | |
111.2537 | |
7.6294 | |
27.8256 | |
72.9788 | |
7.9890 | |
156.4985 | |
42.9783 | |
17.8992 | |
59.4967 | |
50.2285 | |
35.2326 | |
6.1482 | |
13.7811 | |
146.7584 | |
70.2524 | |
53.3084 | |
7.9972 | |
47.7177 | |
78.5195 | |
28.3108 | |
40.4366 | |
5.8837 | |
3.7136 | |
11.0567 | |
18.9215 | |
16.3219 | |
5.8126 | |
150.1327 | |
60.0000 | |
299.2559 | |
10.3745 | |
37.3112 | |
55.2573 | |
81.6417 | |
34.4192 | |
68.1809 | |
147.5544 | |
135.5997 | |
147.5797 | |
49.0625 | |
115.0861 | |
44.7781 | |
5.8597 | |
57.1713 | |
116.5329 | |
31.0024 | |
7.3422 | |
57.9646 | |
174.4583 | |
107.2246 | |
141.3088 | |
16.5217 | |
43.1261 | |
22.1702 | |
19.6764 | |
30.7857 | |
25.5261 | |
7.1708 | |
22.6577 | |
7.3182 | |
41.8176 | |
107.6138 | |
147.7450 | |
18.5093 | |
64.7735 | |
21.9308 | |
23.4886 | |
34.8096 | |
18.4428 | |
37.5965 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[12pt]{article} | |
\usepackage{tikz} | |
\usepackage{xcolor} | |
\usepackage{pdfpages} | |
\pagestyle{empty} | |
\usepackage[a4paper, margin=0.2in]{geometry} | |
\begin{document} | |
\includepdf[pagecommand={ | |
\begin{tikzpicture}[remember picture, overlay] | |
\node at (15.65,-6.5) {Vera (Curso 21)}; | |
\node at (15.3, -7.4) {del Mazo, Federico}; | |
\node at (16.4,-8.2) {100029}; | |
\end{tikzpicture}}]{enunciado} | |
\includepdf[pages={2}]{enunciado} | |
% jupyter nbconvert --to pdf --execute notebook.ipynb | |
\includepdf[pages=-]{notebook} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment