generated from ASPteaching/FundamentosInferencia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
81 lines (74 loc) · 2.03 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
project:
type: book
output-dir: docs
book:
title: "Fundamentos de Inferencia Estadistica"
author: "Alex Sanchez Pla y Santiago Pérez Hoyos"
search: true
repo-url: https://github.com/ASPteaching/Fundamentos_Inferencia_Estadistica/
downloads: [pdf]
sidebar:
style: "docked"
background: light
contents:
- text: "Presentación"
href: index.qmd
- text: "Probabilidad"
href: 01-probabilidad.qmd
- text: "Variables aleatorias"
href: 02-variablesAleatorias.qmd
- text: "Distribuciones notables"
href: 03-distribucionesNotables.qmd
- text: "Distribuciones multidimensionales"
href: 04-vectoresAleatorios.qmd
- text: "Grandes muestras"
href: 05-grandesMuestras.qmd
- text: "Inferencia y estimación"
href: 06-introInferencia.qmd
- text: "Estimación por intervalos"
href: 07-estimacion.qmd
- text: "Contrastes de hipótesis"
href: 08-pruebasHipotesis.qmd
- text: "Aplicaciones"
href: 09-inferenciaAplicada.qmd
- text: "Computación Intensiva"
href: 10-computerintensive.qmd
- text: "Referencias"
href: referencias.qmd
chapters:
- index.qmd
- 01-probabilidad.qmd
- 02-variablesAleatorias.qmd
- 03-distribucionesNotables.qmd
- 04-vectoresAleatorios.qmd
- 05-grandesMuestras.qmd
- 06-introInferencia.qmd
- 07-estimacion.qmd
- 08-pruebasHipotesis.qmd
- 09-inferenciaAplicada.qmd
- 10-computerintensive.qmd
- referencias.qmd
# bibliography: references.bib
format:
html:
toc: true
toc-title: "Tabla de Contenidos"
toc-depth: 2
toc-location: right
embed-resources: false
theme: [cosmo]
css: blocks.css
pdf:
documentclass: scrreprt
toc: true
number-sections: true
colorlinks: true
geometry:
- top=20mm
- left=15mm
papersize: A4
include-in-header:
- text: |
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{graphicx}