-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
94 lines (75 loc) · 2.09 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
project:
type: book
book:
title: "Bayesian Statistics the Fun Way"
author: "Peter Baumgartner"
date: last-modified
date-format: YYYY-MM-DD HH:mm
favicon: "img/favicon.ico"
chapters:
- index.qmd
- part: "PART I: Introduction to Probability"
- 00-intro.qmd
- 01-everyday-reasoning.qmd
- 02-measuring-uncertainty.qmd
- 03-logic-uncertainty.qmd
- 04-binomial-distribution.qmd
- 05-beta-distribution.qmd
- part: "PART II: Bayesian Probability and Prior Probabilities"
- 06-conditional-probability.qmd
- 07-bayes-lego.qmd
- 08-prior-likelihood-posterior.qmd
- 09-probability-distributions.qmd
- part: "PART III: Parameter Estimation"
- 10-parameter-estimation.qmd
- 11-data-spread.qmd
- 12-normal-distribution.qmd
- 13-pdf-cdf-quantile.qmd
- 14-prior-probabilities.qmd
- part: "PART IV: Hypothesis Testing: The Heart of Statistics"
- 15-bayesian-a-b-test.qmd
- 16-bayes-factor-posterior-odds.qmd
- 17-bayesian-reasoning.qmd
- 18-data-convince.qmd
- 19-hypothesis-testing-parameter-estimation.qmd
- 95-references.qmd
appendices:
- 96-intro-to-r.qmd
- 97-calculus.qmd
bibliography: references.bib
format:
html:
theme: cosmo
css:
- quarto.css
- glossary.css
number-sections: true
toc-depth: 5
toc-expand: 2
code-fold: false
code-tools: true
code-link: true
code-overflow: scroll
df-print: default
fig-cap-location: top
editor: source
knitr:
opts_chunk:
comment: "#>"
R.options:
knitr.graphics.auto_pdf: true
execute:
freeze: auto
language:
crossref-prp-title: "Callout"
crossref-cnj-title: "Experiment"
crossref-lem-title: "Solution"
crossref:
appendix-title: "Appendix"
appendix-delim: ":"
# https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/language/_language.yml
callout-tip-title: "Resource" # green
callout-note-title: "Note" # blue
callout-warning-title: "Wach out!" # orange
callout-important-title: "Important" # red
callout-caution-title: "TODO" # yellow